fix(ci): allow release branches to run (#7060)

This commit is contained in:
N. Taylor Mullen
2025-08-25 16:39:32 -07:00
committed by GitHub
parent 925d747b9d
commit ad71cdab4c

View File

@@ -4,11 +4,11 @@ on:
push:
branches:
- 'main'
- 'release'
- 'release/**'
pull_request:
branches:
- 'main'
- 'release'
- 'release/**'
merge_group:
concurrency: