Przeglądaj źródła

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

- [+] feat(.github/workflows/deploy_preview.yml): add 'reopened' event trigger
H0llyW00dzZ 1 rok temu
rodzic
commit
462a88ae82
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/workflows/deploy_preview.yml

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

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