Skip to content

Commit 9d07969

Browse files
committed
Do not push forks base
1 parent 55bbf24 commit 9d07969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ workflow:
33
rules:
44
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
55
when: never
6+
- if: $CI_COMMIT_BRANCH == "forks/base"
7+
when: never
68
- if: $CI_COMMIT_BRANCH =~ /^forks\//
79
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /^forks\//
810

0 commit comments

Comments
 (0)