Skip to content

Commit 5ca7944

Browse files
committed
Always run CI workflows when noxfile changes
1 parent 3623d8c commit 5ca7944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
# Anything that's touching "vendored code"
4747
- "src/pip/_vendor/**"
4848
- "pyproject.toml"
49+
- "noxfile.py"
4950
tests:
5051
# Anything that's touching code-related stuff
5152
- ".github/workflows/ci.yml"
5253
- "src/**"
5354
- "tests/**"
55+
- "noxfile.py"
5456
if: github.event_name == 'pull_request'
5557

5658
pre-commit:

0 commit comments

Comments
 (0)