From cf6f9774280c6fce9dca5297c7bf260f0bf34304 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Thu, 9 Nov 2023 18:08:13 -0300 Subject: [PATCH] TST: Add .github/** to paths in test_pytest.yaml This is important because the github actions were not being activated after modifying the .yaml files --- .github/workflows/test_pytest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index 8b7bf15b9..2d611f399 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -5,6 +5,7 @@ on: types: [opened, synchronize, reopened, ready_for_review] paths: - "**.py" + - ".github/**" jobs: fail_if_pr_is_draft: