Update .github/workflows/vercel-preview.yaml #10

Merged
werewolfkid merged 1 commits from fix-vercel-preview-builds into main 2025-09-19 00:46:16 -04:00

View File

@@ -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]