Skip to content

Commit

Permalink
Fix [CI/CD] [Vercel] Deploy Preview (ChatGPTNextWeb#4005)
Browse files Browse the repository at this point in the history
- [+] feat(.github/workflows/deploy_preview.yml): add 'reopened' event trigger
  • Loading branch information
H0llyW00dzZ committed Feb 6, 2024
1 parent 887bec0 commit 462a88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- opened
- synchronize
- reopened

env:
VERCEL_TEAM: ${{ secrets.VERCEL_TEAM }}
Expand Down

0 comments on commit 462a88a

Please sign in to comment.