1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 13:21:34 -05:00

Allow workflow to work with pull requests from forks

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-18 22:28:23 -04:00 committed by GitHub
parent 062d67b90e
commit 481f88ca72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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