Merge pull request #1734 from sherlock-project/update-site-list-action

fixed path to data.json
This commit is contained in:
Siddharth Dushantha
2023-03-13 03:47:22 -07:00
committed by GitHub
+2 -2
View File
@@ -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: