From 5df2516b72fe12c901dfd0a2e771856751f7b7bf Mon Sep 17 00:00:00 2001 From: Tan Hoang Date: Mon, 9 Sep 2024 16:39:59 +0700 Subject: [PATCH] feat: cicd testing --- .github/workflows/auto-deploy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy-test.yml b/.github/workflows/auto-deploy-test.yml index c64af64..1530649 100644 --- a/.github/workflows/auto-deploy-test.yml +++ b/.github/workflows/auto-deploy-test.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is deploying test branch [test] 🌏 🚀 🛰️ on: push: branches: - - "test" + - "testing" jobs: DeployTest: runs-on: [self-hosted, mina-bridge-test]