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
+2 -2
View File
@@ -4,11 +4,11 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
- 'release' - 'release/**'
pull_request: pull_request:
branches: branches:
- 'main' - 'main'
- 'release' - 'release/**'
merge_group: merge_group:
concurrency: concurrency: