We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930ed2a commit 2a1e069Copy full SHA for 2a1e069
.github/workflows/update-site-list.yml
@@ -1,13 +1,13 @@
1
name: Update Site List
2
3
# Trigger the workflow when changes are pushed to the main branch
4
-# and the changes include the sherlock/resources/data.json file
+# and the changes include the sherlock_project/resources/data.json file
5
on:
6
push:
7
branches:
8
- master
9
paths:
10
- - sherlock/resources/data.json
+ - sherlock_project/resources/data.json
11
12
jobs:
13
sync-json-data:
0 commit comments