Run GitLab CI pipeline on merge requests

See merge request tildes-community/tildes-cf!14
This commit is contained in:
talklittle
2025-02-02 20:13:16 +00:00
committed by Deimos
parent ba25720681
commit 6e85d8fef4

View File

@@ -1,3 +1,9 @@
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
default:
image: docker:27.4.1
services: