Merge branch 'restructure' into 'development'

feat(gitlab_release): dont automagic run on dev

See merge request nofusscomputing/projects/gitlab-ci!23
This commit is contained in:
2023-05-15 00:51:42 +00:00

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"'