From b48e64f903be0d6449835e967a395673d89e2672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Wed, 10 Apr 2019 10:33:13 +0200 Subject: [PATCH] gitlab-ci: Run CI pipeline for all branches in the main repository In turn, do not run the pipeline for the master branch in forked repositories. Reviewed-by: Eric Engestrom --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a923dd7af0c..f39a7329077 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ stages: # When to automatically run the CI .ci-run-policy: &ci-run-policy only: - - master + - branches@mesa/mesa - merge_requests - /^ci([-/].*)?$/ retry: -- 2.30.2