Skip to content

Commit f76e288

Browse files
committed
fix(workflow) added fix for github ci
1 parent f2acfa2 commit f76e288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ repos:
1010
exclude: "^k8s/"
1111
- id: check-toml
1212
- id: no-commit-to-branch
13-
args: ["--branch", "main", "--branch", "master"]
14-
exclude: "CI"
13+
args: [--branch, main, --branch, master]
1514

1615
- repo: https://github.com/asottile/add-trailing-comma
1716
rev: v3.1.0

0 commit comments

Comments
 (0)