diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b8d47c..5e346af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,7 @@ deploy_package: - curl -X POST --silent --show-error --fail "https://gitlab.gog.com/api/v4/projects/${CI_PROJECT_ID}/repository/tags?tag_name=${VERSION}&ref=${CI_COMMIT_REF_NAME}&private_token=${PACKAGE_DEPLOYER_API_TOKEN}" when: manual + only: + - master except: - tags \ No newline at end of file