From ec4e05d79c6e20840a61fb9c0dfa105d98056c0c Mon Sep 17 00:00:00 2001 From: Locietta Date: Thu, 7 Mar 2024 23:51:56 +0800 Subject: [PATCH] chore(ci): switch to `pull_request_target` trigger --- .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 a726acb..ad312d5 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: