Merge pull request #1734 from sherlock-project/update-site-list-action

fixed path to data.json
pull/1399/head^2
Siddharth Dushantha 2 years ago committed by GitHub
commit b39476945d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 resources/data.json file # and the changes include the sherlock/resources/data.json file
on: on:
push: push:
branches: branches:
- main - main
paths: paths:
- resources/data.json - sherlock/resources/data.json
jobs: jobs:
sync-json-data: sync-json-data:

Loading…
Cancel
Save