Skip to content

Commit a3e8331

Browse files
author
Mir Jalal Hashimli
committed
Merge branch 'gitlab-ci-manual-deploy-change' into 'master'
Manual deploy on push to feature branches See merge request cdoc2/cdoc2-openapi!1
2 parents eecef6d + c3cc1cc commit a3e8331

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)