diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83bf12d9..92ff60f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,6 +89,8 @@ buildRelease: release: stage: deploy + only: + - master before_script: - wget --quiet --output-document=/tmp/nvm-install.sh https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh - bash /tmp/nvm-install.sh