From 8ae8645982340b1a46a9d72c7ee660e0c643a4f8 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 21 Feb 2024 14:36:53 +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 bc0d22281ff..d05361cc51a 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: