Update filepath to new module name
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
name: Update Site List
|
name: Update Site List
|
||||||
|
|
||||||
# Trigger the workflow when changes are pushed to the main branch
|
# 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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- sherlock/resources/data.json
|
- sherlock_project/resources/data.json
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-json-data:
|
sync-json-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user