summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
blob: 28c25f489720e5a25d0471b797f4f595a1503cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml

# Read more on when to use this template at
# https://docs.gitlab.com/ee/ci/yaml/#workflowrules

workflow:
  rules:
    - if: $CI_MERGE_REQUEST_IID
    - if: $CI_COMMIT_TAG
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH