Commit c22d95a

Chawye Hsu <su+git@chawyehsu.com>
2024-02-21 16:38:04
chore(ci): switch to `pull_request_target` trigger
benefit from https://github.com/ScoopInstaller/GithubActions/pull/39
1 parent c6a52f8
Changed files (1)
.github
.github/workflows/pull_request.yml
@@ -1,5 +1,5 @@
 on:
-  pull_request:
+  pull_request_target:
     types: [opened]
 name: Pull Requests
 jobs: