There was an error while loading. Please reload this page.
1 parent cf117d7 commit 1ec19e8Copy full SHA for 1ec19e8
1 file changed
.github/workflows/lint.yml
@@ -2,11 +2,15 @@ name: "Lint"
2
3
on:
4
push:
5
+ branches:
6
+ - "main"
7
paths:
8
- "**.py" # Run if pushed commits include a change to a Python (.py) file.
9
- ".github/workflows/lint.yml" # Run if pushed commits include a change to a github actions workflow file.
10
- "pyproject.toml" # Run if project configuration file changes.
11
pull_request:
12
13
14
15
16
0 commit comments