Skip to content

Commit 19a87ca

Browse files
committed
ci: enable precommit workflow for v1 branch
1 parent fbe372e commit 19a87ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ name: Pre-commit Checks
1616

1717
on:
1818
push:
19-
branches: [main, v2]
19+
branches: [main, v1, v2]
2020
paths:
2121
- '**.py'
2222
- '.pre-commit-config.yaml'
2323
- 'pyproject.toml'
2424
pull_request:
25-
branches: [main, v2]
25+
branches: [main, v1, v2]
2626
paths:
2727
- '**.py'
2828
- '.pre-commit-config.yaml'

0 commit comments

Comments
 (0)