Skip to content

Commit

Permalink
reduce unnecessary ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Nov 12, 2024
1 parent 082a6c0 commit a9b8192
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Tests
on:
push:
branches: [ main ]
paths:
- '**.py'
- 'pyproject.toml'
pull_request:
branches: [ main ]
paths:
- '**.py'
- 'pyproject.toml'

jobs:
test:
Expand Down

0 comments on commit a9b8192

Please sign in to comment.