update github workflow branch patterns

This commit is contained in:
c9s 2023-07-22 11:47:03 +08:00
parent df1067d309
commit aac288426c
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -4,7 +4,9 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- "main"
- "v*"
jobs:
build: