From f5289be2e9cd8ed12df1f345ae0503ede159b7dd Mon Sep 17 00:00:00 2001 From: Serhii Temchenko Date: Sat, 29 Jul 2023 18:18:14 -0700 Subject: [PATCH] fix(854): Corrected the branch name in CI workflow event --- .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 0cb53c52d..7e98f4f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: pull_request: [] push: - branches: [Develop, main-net-runtime] + branches: [Develop, mainnet-release] env: RUNNER_INSTANCE_TYPE: c5d.9xlarge