Skip to content

Commit

Permalink
enable webframework for firebase deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeThorMiwa committed Jan 1, 2024
1 parent f064160 commit 76d8331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Deploy to Firebase Hosting on merge
- release
jobs:
build_and_deploy:
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Deploy to Firebase Hosting on PR
"on": pull_request
jobs:
build_and_preview:
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 76d8331

Please sign in to comment.