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: push:
branches: branches:
- main - main
- "v*" - "v[0-9]+.[0-9]+.x"
tags: tags:
- "v*" - "v*"
pull_request: pull_request: