Is there a way to prevent automatic build on a branch?

I would like to prevent automatic builds on a certain branch. Is there a way to do that?

Yes you can do this: https://circleci.com/docs/configuration/#branches

2 Likes

Specifically, you’re looking for the blacklist branches feature in circle.yml via the link that Tom provided.