Avoid running builds for branches without a config

Hi,

I’m currently exploring CircleCI and something bothers me a bit.
We have hundreds of branches on a repo, but I only want CircleCI to build for the new branches from now on, which means only the branches that have that config.yml file.
Right now, even when someone pushes on an old branch it tries to build it even though there’s no config file in that branch. Does someone know how we can skip build for all those olders branches without having to commit on each of them?

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.