Run pipeline on all branches.

This commit is contained in:
Florian Pose 2021-09-01 09:09:15 +00:00
parent f3a48e21e8
commit b9d55e9919
1 changed files with 5 additions and 2 deletions

View File

@ -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