Fix firebase deployments
This commit is contained in:
parent
b6af459d44
commit
cb3bce833b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/firebase-hosting-merge.yml
vendored
3
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue