Skip to content

Commit dfc4b9e

Browse files
Merge pull request #26 from BobTheBuidler/chore/mypy-mypy-pytest-paths
feat(cicd): limit workflow runners with paths
2 parents 0f40bcd + c91d9a7 commit dfc4b9e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build_wheels.yml

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

33
on:
44
push:
5+
paths:
6+
- '**/*.py'
7+
- '**/*.pyi'
8+
- 'pyproject.toml'
9+
- 'setup.py'
10+
- 'tox.ini'
11+
- '.pre-commit-config.yaml'
12+
- '.github/workflows/build_wheels.yml'
513
branches: [main, master, 'release*']
614
tags: ['*']
715

0 commit comments

Comments
 (0)