Skip to content

Commit b9b3d2d

Browse files
committed
Fix push validation errors
Do not check branch name on push, only on commit.
1 parent f1a8f94 commit b9b3d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ repos:
3838
- id: check-executables-have-shebangs
3939
stages: [manual]
4040
- id: no-commit-to-branch
41+
stages: [commit]
4142
args:
4243
- --branch=master
4344
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)