chore(gitlab-ci): add test branch to workflow rules

This commit is contained in:
Sarah Vaupel 2023-07-15 11:43:08 +00:00
parent 9b9e892612
commit 0c1e1d934f

View File

@ -5,6 +5,7 @@
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == "test"
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG =~ /^v/