From 3ce654a8251e8ea95d498d419f94a773e83ff75f Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Fri, 19 Jul 2024 09:29:22 +0300 Subject: [PATCH] deploy to staging --- .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 7a952a2a6..af14d9647 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: [rm/template-exploration] repository_dispatch: types: deploy-staging workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: development + ref: rm/template-exploration fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v1