mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Run GitLab CI pipeline on merge requests
See merge request tildes-community/tildes-cf!14
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user