Skip to content

Commit 4e2588f

Browse files
committed
Ensure JSON check runs on main pushes
1 parent 0d98145 commit 4e2588f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/jsoncheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: JSON check
22

33
on:
44
push:
5-
paths:
6-
- '**.json'
75
pull_request:
6+
workflow_dispatch:
87

98
permissions:
109
contents: read

0 commit comments

Comments
 (0)