feat(ci): add condition for tag handling in CI pipeline #79

Merged
argoyle merged 1 commits from feat/ci-tag-handling-condition into main 2025-09-11 09:14:32 +00:00
+1
View File
@@ -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