From 33fe0e22b661a9f9a9a8e704fc2dec5428775f9f Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Wed, 23 Oct 2024 12:52:39 -0700 Subject: [PATCH] Change pull_request trigger in workflow to pull_request_target, which runs against base repository instead of the merge commit. --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fd8806872b7b5..fd6df47087e6b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,7 +13,7 @@ on: description: Additional options to apply to PHPUnit required: false default: '' - pull_request: + pull_request_target: env: php: 8.3