mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-07-22 22:20:35 -04:00
Allow workflow to work with pull requests from forks
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
062d67b90e
commit
481f88ca72
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ name: Deploy to Firebase Hosting on PR
|
||||||
'on': pull_request
|
'on': pull_request
|
||||||
jobs:
|
jobs:
|
||||||
Build_and_Preview:
|
Build_and_Preview:
|
||||||
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue