chore(ci): run CI workflows on PRs to release branches

This commit is contained in:
Cal Bera 2025-09-09 14:00:32 -07:00
parent 2446ddec2e
commit 1a6d9c5430

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: [ main, "release/*" ] branches: [ main, "release/*" ]
pull_request: pull_request:
branches: [ main ] branches: [ main, "release/*" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs: