chore(gitlab-ci): add test branch to workflow rules
This commit is contained in:
parent
9b9e892612
commit
0c1e1d934f
@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user