Explorar o código

Merge pull request #5660 from ChatGPTNextWeb/remove-pr-preview

update deploy_preview run target
Lloyd Zhou hai 1 ano
pai
achega
e34c266438
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      .github/workflows/deploy_preview.yml

+ 1 - 3
.github/workflows/deploy_preview.yml

@@ -3,9 +3,7 @@ name: VercelPreviewDeployment
 on:
   pull_request_target:
     types:
-      - opened
-      - synchronize
-      - reopened
+      - review_requested
 
 env:
   VERCEL_TEAM: ${{ secrets.VERCEL_TEAM }}