mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 10:21:57 -04:00
ci: Set a ruleset for which branches or MRs can start pipelines
This commit is contained in:
parent
0f156ef49f
commit
e9bdad6c60
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue