From 3856afa052c71702898e8c1e4779909a2530a420 Mon Sep 17 00:00:00 2001 From: Andrew Noblet Date: Thu, 25 Jan 2024 17:54:25 -0500 Subject: [PATCH] fix: update trigger https://stackoverflow.com/a/72867737/3935891 --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 242bb4d1e..a46e06832 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -2,7 +2,7 @@ # https://github.com/firebase/firebase-tools name: Deploy to Firebase Hosting on PR -'on': pull_request +'on': pull_request_target jobs: build_and_preview: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'