From ebbf24a1fdcf687ff8796389f33b54a1f11cfc00 Mon Sep 17 00:00:00 2001 From: Daniel Cowan <56355242+dcstats@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:36:12 -0600 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0f77b85..ec75f22 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -3,6 +3,8 @@ name: Run pytest on: pull_request: branches: [master] + paths: + - 'src/**' jobs: test: