Skip to content

Commit

Permalink
update on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Dec 10, 2024
1 parent 4895267 commit 3dd0112
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@

name: Deploy to Firebase Hosting on PR

on:
pull_request:
branches:
- '*/*'
pull_request_target:
types:
- opened
branches:
- '*/*'
on: pull_request

permissions:
pull-requests: write
contents: read
checks: write

jobs:
build_and_preview:
Expand Down
24 changes: 14 additions & 10 deletions login-workflow/firebase.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"hosting": {
"public": "example/build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
"hosting": {
"public": "example/build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 3dd0112

Please sign in to comment.