ci: Disable Pipeline execution for branches
This commit is contained in:
parent
6845366366
commit
0fc7a96eef
|
@ -19,7 +19,6 @@ workflow:
|
|||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
|
Loading…
Reference in New Issue