From 800663783c96653357c0272399d56be0662a4b41 Mon Sep 17 00:00:00 2001 From: Ahmet Nihat Simsek Date: Thu, 19 Dec 2024 19:34:17 +0100 Subject: [PATCH] fix push conditions of test_centroid_computation and test_preconfigured_boundingboxes --- .github/workflows/test_centroid_computation.yml | 2 +- .github/workflows/test_preconfigured_boundingboxes.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_centroid_computation.yml b/.github/workflows/test_centroid_computation.yml index a1ae6a90..3128fe99 100644 --- a/.github/workflows/test_centroid_computation.yml +++ b/.github/workflows/test_centroid_computation.yml @@ -3,7 +3,7 @@ name: '[test] test compute centroids' on: push: paths: - - 'map/**.json' + - 'maps/**' tags: ["**"] diff --git a/.github/workflows/test_preconfigured_boundingboxes.yml b/.github/workflows/test_preconfigured_boundingboxes.yml index 4a81ce8b..b18dc3a8 100644 --- a/.github/workflows/test_preconfigured_boundingboxes.yml +++ b/.github/workflows/test_preconfigured_boundingboxes.yml @@ -3,8 +3,8 @@ name: '[test] test preconfigured bounding boxes' on: push: paths: - - 'map/**.json' - - 'features/images/**.json,' + - 'maps/**' + - 'features/images/**' tags: ["**"]