From 434986c25dcdc80e2b9236258135c1b9883efd96 Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Thu, 16 May 2024 20:52:27 +0300 Subject: [PATCH] Deploy Testnet Explorer from staking-v4-redesign-step-2 --- .github/workflows/deploy-testnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-testnet.yml b/.github/workflows/deploy-testnet.yml index 2afc66cd8..4acdaa8fb 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -2,7 +2,7 @@ name: deploy-testnet on: push: - branches: [development] + branches: [staking-v4-redesign-step-2] repository_dispatch: types: deploy-testnet workflow_dispatch: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: development + ref: staking-v4-redesign-step-2 - name: Use Node.js uses: actions/setup-node@v1 with: