From 170a16b7d29059a23f8bf9ee9351cd596b3b913e Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Fri, 24 Nov 2023 11:04:59 +0900 Subject: [PATCH] ci: Use pull_request_target trigger instead --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ecd486..43c9962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test on: push: branches: [ "main" ] - pull_request: + pull_request_target: branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab