Skip to content

Commit

Permalink
Update python-test.yml
Browse files Browse the repository at this point in the history
run python tests when modifying tests_data
  • Loading branch information
reyammer authored Mar 6, 2024
1 parent f5fe4e1 commit 91cfb0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
- 'main'
paths:
- 'python/**'
- 'tests_data/**'
- '.github/workflows/**'
pull_request:
paths:
- 'python/**'
- 'tests_data/**'
- '.github/workflows/**'

jobs:
Expand Down

0 comments on commit 91cfb0a

Please sign in to comment.