Compare commits

..

1 Commits

Author SHA1 Message Date
85494f30ea Added dev branch to the ci/cd tag rule 2025-03-14 20:59:38 -04:00

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: