Skip to content

Commit

Permalink
chore: Make test run on python files change (#39)
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
tazarov authored Sep 10, 2024
1 parent 974c9fc commit 89fb528
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Test

on:
workflow_dispatch: { }
pull_request: { }
pull_request:
paths:
- chromadbx/**
- test/**
jobs:
test:
runs-on: [ "ubuntu-latest" ]
Expand Down

0 comments on commit 89fb528

Please sign in to comment.