Skip to content

Commit 2b0381c

Browse files
committed
chore: scope mypy/pytest workflow paths to reduce CI noise
1 parent 0f40bcd commit 2b0381c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ name: Trigger wheel build
22

33
on:
44
push:
5+
paths:
6+
- '**/*.py'
7+
- '**/*.pyi'
8+
- 'pyproject.toml'
9+
- 'mypy.ini'
10+
- 'setup.cfg'
11+
- 'setup.py'
12+
- 'requirements*.txt'
13+
- 'tox.ini'
14+
- 'poetry.lock'
15+
- '.pre-commit-config.yaml'
16+
- '.github/workflows/build_wheels.yml'
517
branches: [main, master, 'release*']
618
tags: ['*']
719

0 commit comments

Comments
 (0)