Skip to content

Commit

Permalink
Merge pull request #2698 from lluiscampos/ci-publish-only-final-tags
Browse files Browse the repository at this point in the history
ci: Run `publish:versions` only on final tags
  • Loading branch information
lluiscampos authored Dec 13, 2024
2 parents 61b8913 + ecd81f7 commit 35da760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ publish:versions:tags:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_COMMIT_TAG
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
extends: .publish:versions

publish:versions:manual:
Expand Down

0 comments on commit 35da760

Please sign in to comment.