Skip to content

Commit

Permalink
ci: switch to merge request pipelines
Browse files Browse the repository at this point in the history
So we can enable merge trains.
  • Loading branch information
haasn committed Mar 8, 2024
1 parent d375b4c commit cd8f5e5
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
@@ -1,3 +1,9 @@
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

stages:
- compile
- test
Expand Down

0 comments on commit cd8f5e5

Please sign in to comment.