Skip to content

Commit

Permalink
fix: cicd , add pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
孙高猛 committed Jan 25, 2024
1 parent 628f3ba commit 6206ceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 6206ceb

Please sign in to comment.