Skip to content

Commit c3cc1cc

Browse files
committed
Manual deploy on push to feature branches
1 parent eecef6d commit c3cc1cc

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)