Update check_and_update_json_date.yml: Change path to /json (#1399)

This commit is contained in:
Michel Roegl-Brunner 2025-01-10 16:55:21 +01:00 committed by GitHub
parent 9a4d35b1f2
commit a0eb6b860c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,8 @@ name: Check and Update JSON Date
on:
pull_request:
types: [synchronize, opened, reopened, edited]
paths:
- "json/*.json"
jobs:
update-date: