Is it possible to disable branch tracking for production environments? The only available option for the production environment is to toggle on and off the “Auto-assign Custom Production Domains
Automatically assign custom domains after each deployment triggered by a merge to the production branch or a Vercel CLI deploy with the --prod flag.”
I also want to disable branch tracking for the main branch. I have the pro plan and the Turbo performance build machine, and so would like to only use it on commits I actually want to go to prod when theyre ready. Right now every commit triggers a deploy which gets expensive fast.
I also was interested in turning off branch tracking for production, as the deploy story we have is more complicated than just vercel, and having more specific control over deploys would be better.