From 55d0df38623cd5b5a415798d44ce19660ec39fcf Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 10 Oct 2021 16:19:49 +0200 Subject: use merge request pipelines --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bc5f8d..93f849d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,9 @@ include: file: "/tanka.base.yaml" rules: - if: $CI_COMMIT_TAG + +workflow: + rules: + - if: $CI_MERGE_REQUEST_IID + - if: $CI_COMMIT_TAG + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- cgit v1.2.3