diff --git a/.github/workflows/vercel-preview.yaml b/.github/workflows/vercel-preview.yaml index a94518b..fbc69e5 100644 --- a/.github/workflows/vercel-preview.yaml +++ b/.github/workflows/vercel-preview.yaml @@ -4,8 +4,8 @@ env: VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} on: # Trigger the workflow on push or pull request, - push: - branches: [main, stable] + # push: + # branches: [main, stable] pull_request: # These types of PRs types: [opened, synchronize, reopened]