Browse Source

Run GitLab CI pipeline on merge requests

See merge request tildes-community/tildes-cf!14
develop
talklittle 3 weeks ago
committed by Andrew Shu
parent
commit
f0da01bcb3
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -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: default:
image: docker:27.4.1 image: docker:27.4.1
services: services:

Loading…
Cancel
Save