Fix [CI/CD] [Vercel] Deploy Preview (#4005)

- [+] feat(.github/workflows/deploy_preview.yml): add 'reopened' event trigger
This commit is contained in:
H0llyW00dzZ 2024-02-06 16:20:12 +07:00 committed by GitHub
parent 887bec019a
commit 462a88ae82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ on:
types:
- opened
- synchronize
- reopened
env:
VERCEL_TEAM: ${{ secrets.VERCEL_TEAM }}