We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6afa4e3 + af58686 commit 4f3aeb6Copy full SHA for 4f3aeb6
1 file changed
.github/workflows/firebase-hosting-pull-request.yml
@@ -3,16 +3,16 @@
3
4
name: Deploy to Firebase Hosting on PR
5
6
-on:
7
- pull_request_target:
+on:
+ pull_request:
8
branches: [ develop ]
9
10
jobs:
11
build_and_preview:
12
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
13
-
+
14
runs-on: ubuntu-latest
15
16
steps:
17
- uses: actions/checkout@v4
18
- run: npm ci && npm run predemo
0 commit comments