ci: run pipeline only on merge request events

This commit is contained in:
2025-12-03 15:21:15 +01:00
parent bf813a67b8
commit 769e39fc69

View File

@@ -1,6 +1,12 @@
# vim: set ts=4 sw=4 expandtab:
image: ubuntu-dramsys
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always
- when: never
stages:
- build
- test