diff --git a/.github/workflows/update-topo-on-info-pr.yml b/.github/workflows/update-topo-on-info-pr.yml index 179684f..3078284 100644 --- a/.github/workflows/update-topo-on-info-pr.yml +++ b/.github/workflows/update-topo-on-info-pr.yml @@ -3,7 +3,7 @@ name: topo auto updater on: pull_request: paths: - - website/data/library_services_information.csv + - 'website/data/library_services_information.csv' jobs: auto-topo-updater: diff --git a/.github/workflows/update-topo-on-info-push.yml b/.github/workflows/update-topo-on-info-push.yml index bfba16c..03f9be7 100644 --- a/.github/workflows/update-topo-on-info-push.yml +++ b/.github/workflows/update-topo-on-info-push.yml @@ -5,7 +5,8 @@ on: branches: - "master" paths: - - website/data/library_services_information.csv + - 'website/data/library_services_information.csv' + - '!website/data/boundaries.topo.json' jobs: auto-topo-updater: runs-on: ubuntu-latest