summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2022-07-28 10:51:04 +0100
committerPaul Moore <p.f.moore@gmail.com>2022-07-28 10:51:04 +0100
commit662f940c9601005e43669206c0e237632c610870 (patch)
treec7f46430342e251c263d017816fc569cddcaecee /.github
parent81e813ac7948e9b3af7e0f3b3555405652dc7963 (diff)
parentb8ccb04ffd1ead19ec0db8411fccac5b420d3fed (diff)
downloadpip-662f940c9601005e43669206c0e237632c610870.tar.gz
Merge branch 'main' into test_zipapp
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 439b6fabb..c43b7dabb 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: