From b9d55e99193f5a0a4287db0ed498b91451d5f658 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Wed, 1 Sep 2021 09:09:15 +0000 Subject: [PATCH] Run pipeline on all branches. --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7161048..2bb66969 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,8 @@ build: - make -j8 all modules - make DISTCHECK_CONFIGURE_FLAGS="--with-linux-dir=/usr/src/linux-obj/$(uname -i)/default" distcheck -include: - - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' +# from 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml', but on all branches +workflow: + rules: + - if: $CI_MERGE_REQUEST_IID + - if: $CI_COMMIT_TAG