Merge pull request #87 from berachain/run-ci-on-release-branches

chore(ci): run CI workflows on PRs to release branches
This commit is contained in:
Cal Bera 2025-09-09 14:14:23 -07:00 committed by GitHub
commit 3f33377ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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