Hi @zigen , I am trying to make a branch protection on master branch.
I'd like to restrict anyone from pushing directly into master.
So I've made a rule like this.
Currently it is working when I made push with -f option, but seems not to prevent ordinary push.
How can I solve this?