diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e24a452..10bf2f2 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -51,6 +51,7 @@ jobs: name: build path: build - name: Deploy to Firebase Preview + if: github.actor != 'dependabot[bot]' uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }}