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.