Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2024-08-22 14:16:02 +02:00
parent c7be843a6f
commit e4aaecc750

View File

@ -22,4 +22,5 @@ deploy:
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH =~ /^release/ - if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_BRANCH =~ /^feature/
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG