diff --git a/.github/workflows/conversion.yml b/.github/workflows/conversion.yml index b8441ffccc..cf4e9a4b8e 100644 --- a/.github/workflows/conversion.yml +++ b/.github/workflows/conversion.yml @@ -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: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b349f23d66..564a41e8bd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: