Pushes to GitHub not triggering any deployment (Hobby plan) — silent, no error shown

Project: gameland-colecionaveis (team: ugliano-s-projects)

Issue: pushes to GitHub (main branch) are not generating any new deployment — not success, not failure, it simply doesn’t show up in the Deployments list. Manual “Redeploy” from the dashboard also doesn’t generate anything.

Already checked and ruled out:
•⁠ ⁠Git connection is correct (Settings → Git shows the right repository and branch)
•⁠ ⁠Correct domain (gameland-colecionaveis.vercel.app)
•⁠ ⁠No billing warning shown
•⁠ ⁠Build minutes: 15min of 6,000 available this month (well under the limit)
•⁠ ⁠Commit email (git config user.email) is identical to my Vercel account email
•⁠ ⁠Disconnected and reconnected the GitHub repository from scratch — did not help
•⁠ ⁠Tested with real (non-empty) commits multiple times, including after reconnecting

Last deployment shown in the list is from 2 days ago — every push and manual redeploy attempt since then has produced nothing new.

Any help figuring out what’s happening on Vercel’s side would be appreciated — I’ve exhausted everything I can check from my end.

You’ve already ruled out a lot of possible causes. Thanks for sharing what you tried.

If you still don’t see any deployments triggered in the dashboard for new commits, then there’s probably a configuration issue. There might be a note about a build error on the GitHub commit. Or you can test with the CLI by running vercel build to check for errors that would prevent a deployment from starting.