From 6999d71ad25ab837dca14ac276c227b44a573fa6 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 1 Sep 2024 19:49:01 +0200 Subject: [PATCH] Update test_gis_examples.yml --- .github/workflows/test_gis_examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_gis_examples.yml b/.github/workflows/test_gis_examples.yml index f52986cf..62a56786 100644 --- a/.github/workflows/test_gis_examples.yml +++ b/.github/workflows/test_gis_examples.yml @@ -6,6 +6,7 @@ on: - 'gis/**/*.py' # If a gis model is modified - 'test_gis_examples.py' # If the gis test script is modified - '.github/workflows/test_gis_examples.yml' # If this workflow is modified + - 'pyproject.toml' pull_request: paths: - 'gis/**/*.py'