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

This commit is contained in:
Max Brunsfeld 2023-01-26 14:55:06 -08:00
parent 1b45911857
commit f99e4043c4

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- main
- "v*"
- "v[0-9]+.[0-9]+.x"
tags:
- "v*"
pull_request: