diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml
index 9079ddd4b..fc2969b7a 100644
--- a/.github/workflows/deploy_preview.yml
+++ b/.github/workflows/deploy_preview.yml
@@ -1,11 +1,11 @@
 name: VercelPreviewDeployment
 
 on:
+  pull_request_target:
+    types:
+      - opened
+      - synchronize
   workflow_dispatch:
-    inputs:
-      branchName:
-        description: 'Branch to deploy'
-        required: true
 
 env:
   VERCEL_TEAM: ${{ secrets.VERCEL_TEAM }}