Skip to content

Commit 551f102

Browse files
committed
Merge branch 'master' of gitlab.ext.cyber.ee:cdoc2/cdoc2-openapi into SID
2 parents 670f4d2 + a3e8331 commit 551f102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ publish:
1515
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
1616
when: on_success
1717
- 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
1820
- when: never
1921
# release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
2022
# tag_name: '$CI_COMMIT_TAG'

0 commit comments

Comments
 (0)