Skip to content

Commit adfa584

Browse files
committed
fix capitilization
1 parent a9ba025 commit adfa584

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gha_update_list.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- "JsonFiles/**"
8-
- "JsonFiles/*"
9-
- "JsonFiles"
7+
- "jsonFiles/**"
8+
- "jsonFiles/*"
9+
- "jsonFiles"
1010
schedule:
1111
- cron: '0 0 */3 * *' # Weekly job to update the list every 3 days at midnight UTC
1212

0 commit comments

Comments
 (0)