From cb3bce833b75c0d5e0c9cbf8cb9297f73b4b553b Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 24 Nov 2021 16:30:54 -0700 Subject: [PATCH] Fix firebase deployments --- .github/workflows/firebase-hosting-merge.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index fe3cba2..4456114 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -7,8 +7,7 @@ name: Deploy to Firebase Hosting on merge branches: - main jobs: - build_and_preview: - if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' + build_and_deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2