Issue: Git pushes to main stopped auto-triggering Vercel production deployments.
For ~2 days while we pushed multiple subsequent commits to main. The newer commits never appeared in vercel ls until I manually invoked vercel --prod --yes from the CLI.
Workaround in place: manually running vercel --prod --yes followed by vercel alias set <new-deploy> domain after each commit. Working but obviously not scalable.
Affected: production deploy auto-promotion via the GitHub-Vercel integration on this project.
Stack: Next.js 16.2.4 (Turbopack), Node 24.x, NEXT_ENABLE_ADAPTER=true.
Question: Is there a project-level setting or recent platform change that could have disabled auto-deploys on git push? GitHub webhook on Vercel side appears configured.
Thanks!