We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe372e commit 19a87caCopy full SHA for 19a87ca
1 file changed
.github/workflows/pre-commit.yml
@@ -16,13 +16,13 @@ name: Pre-commit Checks
16
17
on:
18
push:
19
- branches: [main, v2]
+ branches: [main, v1, v2]
20
paths:
21
- '**.py'
22
- '.pre-commit-config.yaml'
23
- 'pyproject.toml'
24
pull_request:
25
26
27
28
0 commit comments