feat(Release Template) Add not Triggered to release template so.
Releases should not be come from Triggered pipelines normaly
This commit is contained in:
parent
e146ca7a1e
commit
cf7081e735
@ -1,6 +1,8 @@
|
||||
.release-template:
|
||||
stage: release
|
||||
rules:
|
||||
- if: CI_PIPELINE_TRIGGERED
|
||||
when: never
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
- when: never
|
||||
|
||||
Loading…
Reference in New Issue
Block a user