From 576cc06368edb2ab26808883d932ec61f91bcc53 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 21 Feb 2024 14:29:44 +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 bc0d22281ff8d2..d05361cc51abb1 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: