Skip to content

Commit

Permalink
fix push conditions of test_centroid_computation and test_preconfigur…
Browse files Browse the repository at this point in the history
…ed_boundingboxes
  • Loading branch information
AhmetNSimsek committed Dec 19, 2024
1 parent 5bac7ac commit 8006637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_centroid_computation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: '[test] test compute centroids'
on:
push:
paths:
- 'map/**.json'
- 'maps/**'
tags: ["**"]


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_preconfigured_boundingboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: '[test] test preconfigured bounding boxes'
on:
push:
paths:
- 'map/**.json'
- 'features/images/**.json,'
- 'maps/**'
- 'features/images/**'
tags: ["**"]


Expand Down

0 comments on commit 8006637

Please sign in to comment.