aurora-multiphysics / hippo

hippo is an integration of OpenFOAM and MOOSE to enable thermohydraulic simulations
GNU General Public License v3.0
3 stars 0 forks source link

Skip no-commit-to-branch pre-commit check in CI #9

Closed hsaunders1904 closed 1 year ago

hsaunders1904 commented 1 year ago

Summary

This causes issues when the CI is run on a push to main, as the no-commit-to-branch check will always fail.

This hook is really to prevent developers committing directly to main locally. We can safely skip it in our CI, as branch protections will prevent new commits being pushed to main.