Skip to content

Commit 7d3e6a2

Browse files
committed
☕ Fix GitHub Action paths
1 parent 497a52c commit 7d3e6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
paths:
1717
- "**/*.md"
1818
- "**/*.ts"
19-
- "modules-lock.json"
19+
- "denops_std/modules-lock.json"
2020
- ".github/workflows/test.yml"
2121
pull_request:
2222
branches:
2323
- main
2424
paths:
2525
- "**/*.md"
2626
- "**/*.ts"
27-
- "modules-lock.json"
27+
- "denops_std/modules-lock.json"
2828
- ".github/workflows/test.yml"
2929

3030
jobs:

0 commit comments

Comments
 (0)