diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index de10138..ba5ae68 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -1,8 +1,11 @@ # This file was auto-generated by the Firebase CLI # https://github.com/firebase/firebase-tools -name: Deploy to Firebase Hosting on PR -"on": pull_request +name: Deploy to Firebase Hosting on every push of other branch than master +"on": push + + + jobs: build_and_preview: if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"