ci: Set a ruleset for which branches or MRs can start pipelines

This commit is contained in:
Vicki Pfau 2025-05-09 16:32:29 -07:00
parent 0f156ef49f
commit e9bdad6c60

View file

@ -11,6 +11,12 @@ test:
- pacman -Sy --noconfirm --needed dbus rust
- dbus-run-session cargo test
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
fmt:
stage: test
tags: