What I’m trying to do:
I am trying to set up the GitHub sync via Anvil and ensure that my published master
branch is protected and requires reviews before merging.
What I’ve tried and what’s not working:
I have synced the repository and added branch protection via Git in the Branches tab.
I then created a branch in Anvil via the usual way. When I make changes and then merge in Anvil everything merges through rather than getting caught via the protection.
During Meredydd’s presentation in the excellent Anvil User’s Group I thought that this was the intended functionality.
Are there any gotchas I am not aware of (keeping in mind this is my first real foray into Git)?