mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
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:
commit
3f33377ac3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main, "release/*" ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, "release/*" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue