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:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
SCHEMATICS: "true"
|
SCHEMATICS: "true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue