We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 670f4d2 + a3e8331 commit 551f102Copy full SHA for 551f102
.gitlab-ci.yml
@@ -15,6 +15,8 @@ publish:
15
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
16
when: on_success
17
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+\-release/' # A specific tag with 'vX.Y.Z-release' pattern is created
18
+ - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
19
+ when: manual
20
- when: never
21
# release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
22
# tag_name: '$CI_COMMIT_TAG'
0 commit comments