Skip to content

Commit 33a0140

Browse files
authored
ci: fix regex 🙄 (openethereum#9597)
1 parent 4637215 commit 33a0140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cache:
3131
.publishable_branches: # list of git refs for publishing builds to the "production" locations
3232
only: &publishable_branches
3333
- nightly # Our nightly builds from schedule, on `master`
34-
- "v2*" # Our version tags
34+
- /^v2.*$/ # Our version tags
3535

3636
.collect_artifacts: &collect_artifacts
3737
artifacts:

0 commit comments

Comments
 (0)