Skip to content

Commit

Permalink
Add path filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardp committed Feb 4, 2024
1 parent 2730dd9 commit 2e3a1d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ on:
push: {}
pull_request:
branches: [ main ]
paths:
- '.github/workflows/python-package.yml'
- 'bitsandbytes/**'
- 'csrc/**'
- 'include/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'requirements*.txt'
- 'setup.py'
- 'pyproject.toml'
- 'pytest.ini'
- '**/*.md'
release:
types: [ published ]

Expand Down

0 comments on commit 2e3a1d8

Please sign in to comment.