From 89fb528ab668b7cda53a06edc8f0cab14e02808d Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Tue, 10 Sep 2024 17:57:09 +0300 Subject: [PATCH] chore: Make test run on python files change (#39) Closes #29 --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb8ae38..b5fab9c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,10 @@ name: Test on: workflow_dispatch: { } - pull_request: { } + pull_request: + paths: + - chromadbx/** + - test/** jobs: test: runs-on: [ "ubuntu-latest" ]