Fix firebase deployments

This commit is contained in:
William Brawner 2021-11-24 16:30:54 -07:00
parent b6af459d44
commit cb3bce833b

View file

@ -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