Update filepath to new module name

pull/1994/merge
Paul Pfeister 5 months ago committed by GitHub
parent 930ed2ac7c
commit 2a1e06975d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save