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:
2023-05-14 11:46:28 +09:30
parent 199ea1f23c
commit e06ffef66c

View File

@ -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