I don’t think you ran into a limit after only 10 deployments. Do you see any errors on the GitHub commit or your Vercel dashboard?
We have another post with debugging tips that can help you figure out what’s going wrong. Please give these a try and let me know if your deployments still aren’t working
Did you try the build error debugging tips I linked? The Local vs. Vercel Build Discrepancies steps should give you more clues about why the build doesn’t start automatically
Can you verify that the person who made the commit is a current member of your Vercel team?
If the commit email address doesn’t match up with the one from your GitHub and Vercel accounts, then the deployment could be blocking it as an unrecognized user.
You can check the local setting by running the git config --global user.email. And you can update it with git config --global user.email "YOUR_EMAIL" if the email doesn’t match your account.