Skip to content
Snippets Groups Projects
Commit 518f0abb authored by Owen Bush's avatar Owen Bush
Browse files

Refine branch regex to match new semver branches

parent 04a8ea62
No related branches found
No related tags found
No related merge requests found
......@@ -124,4 +124,4 @@ workflows:
only: /.*/
branches:
# 8.x, 8.x-Y.x, 2.x, ci
only: /^8\.x(?:\-[0-9]+\.x)?|[0-9]+(\.(?:\-[0-9]+){2})?|ci$/
only: /^8\.x(?:\-[0-9]+\.x)?|[0-9]+\.[0-9]+(?:\.x)?|ci$/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment