Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Dec 30, 2024
1 parent ee866a9 commit 2f73ef6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@ name: Run python tests
on:
push:
branches: [ "main" ]
paths:
- 'pyproject.toml'
- 'uv.lock'
- '**.py'
- '.github/workflows/test.yml'

pull_request:
branches: [ "main" ]
paths:
- 'pyproject.toml'
- 'uv.lock'
- '**.py'
- '.github/workflows/test.yml'

jobs:
build:
Expand Down

0 comments on commit 2f73ef6

Please sign in to comment.