Skip to content

Commit 2a1e069

Browse files
authored
Update filepath to new module name
1 parent 930ed2a commit 2a1e069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-site-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Update Site List
22

33
# Trigger the workflow when changes are pushed to the main branch
4-
# and the changes include the sherlock/resources/data.json file
4+
# and the changes include the sherlock_project/resources/data.json file
55
on:
66
push:
77
branches:
88
- master
99
paths:
10-
- sherlock/resources/data.json
10+
- sherlock_project/resources/data.json
1111

1212
jobs:
1313
sync-json-data:

0 commit comments

Comments
 (0)