Skip to content

Commit

Permalink
Updating unittest run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
thijssnelleman committed Jan 10, 2025
1 parent 0a79e35 commit be392af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Unittest

on: [pull_request]

on:
pull_request:
paths:
- sparkle/**


jobs:
pytest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit be392af

Please sign in to comment.