Update .gitlab-ci.yml file

This commit is contained in:
Kevin Tumma 2024-09-18 12:37:17 +02:00
parent dadde9c26c
commit 83ba2d1742

View File

@ -21,5 +21,6 @@ deploy:
dotenv: version.env
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH =~ /^feature/ && $CI_COMMIT_TAG == ""
- if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_TAG