Skip to content

Commit 56f44cd

Browse files
committed
ci: add setup.py file to lint workflow trigger paths
1 parent a2083e1 commit 56f44cd

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ on:
44
push:
55
branches-ignore: [deploy]
66
paths:
7-
- "pyproject.toml"
8-
- "setup.py"
97
- "src/**"
108
- "testdata/**"
119
- "tests/**"
10+
- "pyproject.toml"
11+
- "setup.py"
1212
- "tox.ini"
1313
- ".github/workflows/ci.yml"
1414
pull_request:
1515
branches: [main]
1616
paths:
17-
- "pyproject.toml"
18-
- "setup.py"
1917
- "src/**"
2018
- "testdata/**"
2119
- "tests/**"
20+
- "pyproject.toml"
21+
- "setup.py"
2222
- "tox.ini"
2323
workflow_dispatch:
2424
inputs:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "examples/**"
99
- "src/**"
1010
- "tests/**"
11+
- "setup.py"
1112
- "tox.ini"
1213
- ".github/workflows/lint.yml"
1314
pull_request:
@@ -17,6 +18,7 @@ on:
1718
- "examples/**"
1819
- "src/**"
1920
- "tests/**"
21+
- "setup.py"
2022
- "tox.ini"
2123

2224
jobs:

0 commit comments

Comments
 (0)