Granular branch matching for Git configuration in vercel.json
Vercel adds glob pattern support to the `git.deploymentEnabled` field in `vercel.json`, allowing branch deployment rules to match multiple branches at once.
Vercel now supports glob patterns (like ) in the field, giving you more control over branch deployments. testing-*git.deploymentEnabled Previously, you could disable deployments for specific branches by explicitly naming them.
Now, you can use patterns to match multiple branches at once. For example, the configuration below prevents deployments on Vercel if the branch begins with .internal- Learn more about .Git configuration Read more