From c4c743fe299416d89a874059c4cf3ec024477f6b Mon Sep 17 00:00:00 2001 From: ChrisKent Date: Fri, 29 Nov 2024 15:46:53 +0000 Subject: [PATCH] Updated action --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ff668f6..2371cec 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -2,7 +2,7 @@ name: CI on: push: paths: - - "primal-page/**" + - "primal_page/**" - "tests/**" - "pyproject.toml" - "poetry.lock"