Run CI when pushing to release branches (e.g. 'v0.62.x')

This commit is contained in:
Max Brunsfeld 2022-10-27 13:03:17 -07:00
parent 9b69f9a3ff
commit 33d02cedd7

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "v*"
tags:
- "v*"
pull_request: