summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-04-10 10:33:13 +0200
committerMichel Dänzer <michel@daenzer.net>2019-04-11 11:22:41 +0200
commitb48e64f903be0d6449835e967a395673d89e2672 (patch)
tree433117984ca097e85fee901c803fbc1cec4a44e0 /.gitlab-ci.yml
parentb60a13d5cb3621fda7ce031b3b04d54fa7906eb4 (diff)
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 <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: