ci: fix regex 🙄

This commit is contained in:
5chdn
2018-09-19 18:22:02 +02:00
parent 4637215ab2
commit 6f92bcf6f5

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: