Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit b234c9c

Browse files
committed
gitlab ci add trigger upon github pr
1 parent 950e539 commit b234c9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ include:
22
- project: cells/ci
33
file: /ci/lib/common.yml
44

5+
workflow:
6+
# run for the default branch and all types of merge request pipelines, but not for tags
7+
rules:
8+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
9+
- if: $CI_EXTERNAL_PULL_REQUEST_IID
510

611
tests:
712
stage: test

0 commit comments

Comments
 (0)