Skip to content

Commit

Permalink
Update firebase-hosting-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian authored Aug 29, 2023
1 parent 09efb82 commit 748f9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy to Firebase Hosting on PR
'on': pull_request_target
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
if: '${{ github.event.pull_request_target.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 748f9e4

Please sign in to comment.