fix(gitlab_release): allow skip on dev branch

!17
This commit is contained in:
2023-05-15 10:25:48 +09:30
parent 40fca792bd
commit 18a2808787

View File

@ -57,7 +57,7 @@
allow_failure: false
- if: '$CI_COMMIT_BRANCH == "development"'
when: manual
allow_failure: false
allow_failure: true
# for testing
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: always