ci: fix regex 🙄 (#9597)

This commit is contained in:
Afri Schoedon 2018-09-19 18:57:59 +02:00 committed by GitHub
parent 4637215ab2
commit 33a014013a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ cache:
.publishable_branches: # list of git refs for publishing builds to the "production" locations
only: &publishable_branches
- nightly # Our nightly builds from schedule, on `master`
- "v2*" # Our version tags
- /^v2.*$/ # Our version tags
.collect_artifacts: &collect_artifacts
artifacts: