feat(gitlab_release): dont automagic run on dev

see nofusscomputing/projects/ansible/git_configuration!4 and #21

!23 #21 nofusscomputing/projects/ansible/git_configuration!4
This commit is contained in:
2023-05-15 10:19:49 +09:30
parent b0024c99b0
commit d89941df05

View File

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