Hi is there a way to restrict pushing new branch unless specify in the branch permission ?
Lets say I have this branch specify in the branch restriction
main
test
dev/*
feature/*
release/*
How do I make sure they not pushing "my-custom-unknwon-branch" to this repo