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

This commit is contained in:
N. Taylor Mullen
2025-08-25 17:09:03 -07:00
committed by GitHub
parent 4811eef801
commit 8e4b9da54f

View File

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