feat(ci): add condition for tag handling in CI pipeline #79
@@ -185,6 +185,7 @@ unbound_release_prepare_release:
|
||||
- if: $CI_COMMIT_TAG == null && $CI_DEFAULT_BRANCH != $CI_COMMIT_BRANCH
|
||||
when: never
|
||||
- if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
unbound_release_create_release:
|
||||
stage: .pre
|
||||
|
||||
Reference in New Issue
Block a user