Run workflow on push to branches beginning the minor- (#20549)

This commit is contained in:
Luke Heath 2024-07-17 12:31:12 -07:00 committed by GitHub
parent 5b5df4ac7e
commit d20ccd65d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
- "prepare-*"
- "minor-*"
- "patch-*"
paths-ignore:
- "handbook/**"