Skip to content

Commit 2995957

Browse files
committed
Allow to run jobs on pipeline event.
1 parent 7e1255d commit 2995957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ build_and_test:
8080
interruptible: true
8181
rules:
8282
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
83+
- if: $CI_PIPELINE_SOURCE == 'pipeline'
8384
- if: $CI_COMMIT_BRANCH == 'master' && $CI_COMMIT_TITLE =~ /Merge branch.*/
8485
- if: $CI_COMMIT_BRANCH == 'edge' && $CI_COMMIT_TITLE =~ /Merge branch.*/
8586
script:

0 commit comments

Comments
 (0)