From b4158515c783a98db01bf994f9981db8e12e4a89 Mon Sep 17 00:00:00 2001 From: Tianlu Yuan <5412915+tianluyuan@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:59:27 -0600 Subject: [PATCH] run test on toml updates --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b6da44f..25ba370 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,11 +6,13 @@ on: push: branches: [ main ] paths: + - '**/*.toml' - '**/*.py' - '.github/workflows/*' pull_request: branches: [ main ] paths: + - '**/*.toml' - '**/*.py' - '.github/workflows/*' schedule: