mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Update filepath to new module name
This commit is contained in:
parent
930ed2ac7c
commit
2a1e06975d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-site-list.yml
vendored
4
.github/workflows/update-site-list.yml
vendored
|
@ -1,13 +1,13 @@
|
|||
name: Update Site List
|
||||
|
||||
# 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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- sherlock/resources/data.json
|
||||
- sherlock_project/resources/data.json
|
||||
|
||||
jobs:
|
||||
sync-json-data:
|
||||
|
|
Loading…
Reference in a new issue