From 537d5c08cb6d5567fad11cefe5c684823a22d397 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Wed, 8 May 2024 13:34:25 +0200 Subject: [PATCH] update branches that CI runs on --- .github/workflows/conversion.yml | 4 ++-- .github/workflows/go.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: