feat(gitlab_release): run on merge to development
the dev branch will create a RC tag to denote alpha release !21
This commit is contained in:
@ -56,8 +56,12 @@
|
|||||||
when: on_success
|
when: on_success
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
- if: '$CI_COMMIT_BRANCH == "development"'
|
- if: '$CI_COMMIT_BRANCH == "development"'
|
||||||
when: manual
|
when: on_success
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
|
# for testing
|
||||||
|
# - if: '$CI_COMMIT_BRANCH != "master"'
|
||||||
|
# when: always
|
||||||
|
# allow_failure: true
|
||||||
- when: never
|
- when: never
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user