Skip to content

Commit beeba63

Browse files
authored
Merge pull request #105 from vim-denops/gha
☕ Fix GHA filter pattern
2 parents bd5f5bc + bc67685 commit beeba63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ on:
1111
branches:
1212
- main
1313
paths:
14-
- "**/*.md"
15-
- "**/*.ts"
14+
- "**.md"
15+
- "**.ts"
1616
- ".github/workflows/test.yml"
1717
- "Makefile"
1818
pull_request:
1919
paths:
20-
- "**/*.md"
21-
- "**/*.ts"
20+
- "**.md"
21+
- "**.ts"
2222
- ".github/workflows/test.yml"
2323
- "Makefile"
2424

0 commit comments

Comments
 (0)