diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index af14d9647..7a952a2a6 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -2,7 +2,7 @@ name: deploy-staging on: push: - branches: [rm/template-exploration] + branches: [development] repository_dispatch: types: deploy-staging workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: rm/template-exploration + ref: development fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v1