From 066af3afc517ab09b956f99b8e220f191a676900 Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Fri, 8 Mar 2019 16:43:01 +0100 Subject: [PATCH] Only publish tags to NPM. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58dd284..ebbfa13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ publish: tags: [docker] image: node:lts-alpine only: - - master - tags script: - npm run ci-publish || true -- GitLab