From: Michel Dänzer Date: Wed, 10 Apr 2019 08:33:13 +0000 (+0200) Subject: gitlab-ci: Run CI pipeline for all branches in the main repository X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b48e64f903be0d6449835e967a395673d89e2672;p=mesa.git 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 --- 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: