We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1255d commit 2995957Copy full SHA for 2995957
.gitlab-ci.yml
@@ -80,6 +80,7 @@ build_and_test:
80
interruptible: true
81
rules:
82
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
83
+ - if: $CI_PIPELINE_SOURCE == 'pipeline'
84
- if: $CI_COMMIT_BRANCH == 'master' && $CI_COMMIT_TITLE =~ /Merge branch.*/
85
- if: $CI_COMMIT_BRANCH == 'edge' && $CI_COMMIT_TITLE =~ /Merge branch.*/
86
script:
0 commit comments