diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 150207a..b739904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: