Update workflow rule to run pipeline on merge request

This commit is contained in:
Igor Brylyov 2023-11-03 16:09:45 +03:00
parent 62cb334f7c
commit 35d9686b41

View file

@ -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"