From c22d95a6175c03c004194e88edd9c8e773a3d1fd Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 21 Feb 2024 22:38:04 +0800 Subject: [PATCH] chore(ci): switch to `pull_request_target` trigger benefit from https://github.com/ScoopInstaller/GithubActions/pull/39 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a726acb4..ad312d5f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,5 +1,5 @@ on: - pull_request: + pull_request_target: types: [opened] name: Pull Requests jobs: