Skip to content

Commit bb241ed

Browse files
Workflow changes
1 parent fc38cd3 commit bb241ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/json_library_upload.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: JSON Library Upload
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- "main"
68
paths:
7-
- 'library/schema.json'
9+
- "library/schema.json"
810
workflow_run:
911
workflows: ["JSON Library Sorter and Doc Gen"]
1012
types:

0 commit comments

Comments
 (0)