summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-23 18:09:04 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-23 18:09:04 +0200
commit5ca794426aeee3ed353c077a779e5dcb7a0271ed (patch)
tree7029538c3b761e323100be47c3bbe67b4a2ebd4d /.github
parent3623d8c07a77abd72c4422c6db744151f055ad65 (diff)
downloadpip-5ca794426aeee3ed353c077a779e5dcb7a0271ed.tar.gz
Always run CI workflows when noxfile changes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e467b3e50..dd1511aae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,11 +46,13 @@ jobs:
# Anything that's touching "vendored code"
- "src/pip/_vendor/**"
- "pyproject.toml"
+ - "noxfile.py"
tests:
# Anything that's touching code-related stuff
- ".github/workflows/ci.yml"
- "src/**"
- "tests/**"
+ - "noxfile.py"
if: github.event_name == 'pull_request'
pre-commit: