Update workflow rule to run pipeline on merge request
This commit is contained in:
parent
62cb334f7c
commit
35d9686b41
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ stages:
|
|||
|
||||
workflow:
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
variables:
|
||||
SCHEMATICS: "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue