From f2cf3d898c701367266a118a13432fa0d68462c0 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Wed, 28 Aug 2024 09:46:48 -0300 Subject: [PATCH 1/2] chore: Run CI after merges to alphanet Also devnet and provernet, so we have the CI tell us if a cherry-pick onto one of these branches has screwed things up. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580b46338be..e6d1a70d563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master] + branches: [master, alphanet, provernet, devnet] pull_request: branches-ignore: [devnet] workflow_dispatch: From 08b5cb5d8adf17870be95a62eb64fcca4be88f63 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Wed, 28 Aug 2024 10:19:51 -0300 Subject: [PATCH 2/2] Only run on provernet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6d1a70d563..f4117a34390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master, alphanet, provernet, devnet] + branches: [master, provernet] pull_request: branches-ignore: [devnet] workflow_dispatch: