mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Allow workflow to work with pull requests from forks
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e2147aefe6
commit
98b440a7cd
@ -5,7 +5,6 @@ name: Deploy to Firebase Hosting on PR
|
||||
'on': pull_request
|
||||
jobs:
|
||||
Build_and_Preview:
|
||||
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user