CircleCI project settings allows you to toggle Auto-cancel redundancy workflows. It allows non-default branches auto-cancel when a newer build is triggered.
But in an edge case of ours, there is a project / repo which has multi-default branches which are country specific.
So for example, a repo has a branch called be-us-dev and another called be-eu-dev while be-us-master is the default.
It would be nice to have some sort of option alongside the toggle to state the default branches that we want protected from the auto-cancel feature.