Skip to content

Commit

Permalink
ci(test): run on changes to build files (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Nov 8, 2024
1 parent 0e0a289 commit c15a064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
paths:
- '**.py'
- 'poetry.toml'
- 'poetry.lock'
- 'pyproject.toml'

name: test

Expand Down

0 comments on commit c15a064

Please sign in to comment.