Changing from GitHub to Netlify CLI deploys

I currently have some sites that deploy from GitHub, but the Netlify CLI deploy seems so much nicer. What settings changes should I make so that the site doesn’t try to re-deploy after I update my GitHub respository? I’m not seeing an option for removing the repository link.

Hi @gregraven,

If you just want to prevent deploys from being published to production then you can change your production branch in your build context to a fake branch name. That way we’ll keep making branch deploys for you but none of them will be changed to your production deploy automatically:

Excellent. That is the information I needed. Thanks.