More restrictive branch match (#5445)

This commit is contained in:
Trask Stalnaker 2022-02-24 17:14:26 -08:00 committed by GitHub
parent 02a4fd41c2
commit 46418d5911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- main
- v*
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
jobs: