1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-07-02 15:56:25 -04: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 tommytran732
parent e2147aefe6
commit 98b440a7cd
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

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