Skip to content

Commit e5824b0

Browse files
authored
Merge pull request #398 from vim-denops/fix-test-paths-in-pr
🌿 run test CI when any json(c) files changed
2 parents e40aec3 + 714b096 commit e5824b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "**.ts"
1010
- "**.vim"
1111
- "**.md"
12-
- "deno.jsonc"
12+
- "**.json{c,}"
1313
- ".github/workflows/test.yml"
1414
workflow_dispatch:
1515

0 commit comments

Comments
 (0)