Added dev branch to the ci/cd tag rule

This commit is contained in:
2025-03-14 20:59:38 -04:00
parent 805ea3a9ae
commit 85494f30ea

View File

@@ -59,7 +59,7 @@ tag_release:
stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_PIPELINE_SOURCE == "push"'
- if: '($CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "main") && $CI_PIPELINE_SOURCE == "push"'
dependencies:
- extract_version
script: