From b6bf169bb413c8aaf25a72cb71fa54e2c6effb7f Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Fri, 20 Sep 2024 09:28:02 +0300 Subject: [PATCH] deploy staging from test-build-2 --- .github/workflows/deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 7a952a2a..319871fa 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -2,7 +2,7 @@ name: deploy-staging on: push: - branches: [development] + branches: [test-build-2] repository_dispatch: types: deploy-staging workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: development + ref: test-build-2 fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v1