diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 5578edd..589c70d 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -6,6 +6,8 @@ name: Deploy to Firebase Hosting on merge push: branches: - main + workflow_dispatch: + jobs: build_and_deploy: runs-on: ubuntu-latest @@ -18,3 +20,5 @@ jobs: firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHOPPING_ASSISTANT_20892 }}' channelId: live projectId: shopping-assistant-20892 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index b79ad54..6bad379 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -15,3 +15,5 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHOPPING_ASSISTANT_20892 }}' projectId: shopping-assistant-20892 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks