github / octoforce-actions

A lightweight open-source Salesforce CI/CD template built on the GitHub Actions platform.
MIT License
39 stars 12 forks source link

Document branch protection rule configuration #57

Open rdietrick opened 1 year ago

rdietrick commented 1 year ago

One of the key benefits of using this project is that, when branch protection rules are configured to prevent merges to release branches before UAT deployment succeeds, you can effectively eliminate the possibility of a broken build. Therefore, we should probably document how to set up branch protection rules to enforce that.