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>
This commit is contained in:
Michel Dänzer 2019-04-10 10:33:13 +02:00 committed by Michel Dänzer
parent b60a13d5cb
commit b48e64f903
1 changed files with 1 additions and 1 deletions

View File

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