Skip to content

Commit

Permalink
Fix [CI/CD] [Vercel] Deploy Preview
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 5, 2024
1 parent bb26c03 commit 3478368
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 3478368

Please sign in to comment.