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: push:
branches: branches:
- 'main' - 'main'
- 'release' - 'release/**'
pull_request: pull_request:
branches: branches:
- 'main' - 'main'
- 'release' - 'release/**'
merge_group: merge_group:
concurrency: concurrency: