diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml
index c9115a0f..5c6f081d 100644
--- a/.github/workflows/site_deploy.yml
+++ b/.github/workflows/site_deploy.yml
@@ -2,7 +2,7 @@ name: Build Upload Site
 
 on:
   push:
-  pull_request:
+  pull_request_target:
 
 jobs:
   publish: