From 2a1e06975d7d29e18143b8600ba78b3e2b764772 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 8 Jul 2024 05:44:26 -0400 Subject: [PATCH] Update filepath to new module name --- .github/workflows/update-site-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-site-list.yml b/.github/workflows/update-site-list.yml index d9f12a7..596ce65 100644 --- a/.github/workflows/update-site-list.yml +++ b/.github/workflows/update-site-list.yml @@ -1,13 +1,13 @@ name: Update Site List # Trigger the workflow when changes are pushed to the main branch -# and the changes include the sherlock/resources/data.json file +# and the changes include the sherlock_project/resources/data.json file on: push: branches: - master paths: - - sherlock/resources/data.json + - sherlock_project/resources/data.json jobs: sync-json-data: