Skip to content

Commit 7fd1524

Browse files
committed
fix: skip no-commit-to-branch pre-commit check
1 parent 693c356 commit 7fd1524

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
python-version: 3.x
2929
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
30+
env:
31+
SKIP: no-commit-to-branch
3032

3133
local-test:
3234
needs: pre-commit

0 commit comments

Comments
 (0)