run only on protected branches
This commit is contained in:
parent
ab70ecee26
commit
0d5bd8edb2
@ -44,6 +44,9 @@ version:
|
||||
artifacts:
|
||||
paths:
|
||||
- version
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_PROTECTED == "true"
|
||||
when: always
|
||||
only:
|
||||
- branches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user