diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 44306acb..8fa87b0f 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -2,7 +2,7 @@ name: deploy-staging on: push: - branches: [update-build-flow] + branches: [update-build-actions] repository_dispatch: types: deploy-staging workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: update-build-flow + ref: update-build-actions fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v4