From 0319978b0cb8e202130c8ad5a9a8ab2a6627e00f Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 13 Mar 2023 11:45:44 +0100 Subject: [PATCH] fixed path to data.json --- .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 6e76648..f50c25a 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 resources/data.json file +# and the changes include the sherlock/resources/data.json file on: push: branches: - main paths: - - resources/data.json + - sherlock/resources/data.json jobs: sync-json-data: