Run CI for version branches but not all branches starting with 'v'

This commit is contained in:
Max Brunsfeld
2023-01-26 14:57:24 -08:00
parent 1b45911857
commit f99e4043c4
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- "v*"
- "v[0-9]+.[0-9]+.x"
tags:
- "v*"
pull_request: