Commit a662852
ci: skip no-commit-to-branch hook in code quality workflow
The no-commit-to-branch pre-commit hook fails when CI runs on main
after a merge (push event), since it detects the checked-out branch
is protected. This hook is only useful locally to prevent accidental
commits to main — CI is just running checks, not committing.1 parent 695aa53 commit a662852
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
0 commit comments