mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
update branches that CI runs on
This commit is contained in:
parent
5e02d05155
commit
537d5c08cb
2 changed files with 4 additions and 4 deletions
4
.github/workflows/conversion.yml
vendored
4
.github/workflows/conversion.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Overlay conversion
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, transition-post-genesis, store-transition-state-in-db ]
|
||||
branches: [ kaustinen-with-shapella, kaustinen-with-shapella-rebase-pathdb ]
|
||||
pull_request:
|
||||
branches: [ master, kaustinen-with-shapella, transition-post-genesis, store-transition-state-in-db, lock-overlay-transition ]
|
||||
branches: [ kaustinen-with-shapella ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Go lint and test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ kaustinen-with-shapella, kaustinen-with-shapella-rebase-pathdb ]
|
||||
pull_request:
|
||||
branches: [ master, verkle-trie-proof-in-block-rebased, verkle-trie-post-merge, beverly-hills-head, 'verkle/replay-change-with-tree-group-tryupdate', beverly-hills-just-before-pbss, kaustinen-with-shapella ]
|
||||
branches: [ kaustinen-with-shapella, kaustinen-with-shapella-rebase-pathdb ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue