Skip to content

Commit

Permalink
Build pipeline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lmBored committed May 4, 2024
1 parent dd10068 commit c2fe7ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH'

0 comments on commit c2fe7ae

Please sign in to comment.