Skip to content

Commit 07ef3cb

Browse files
committed
.github/workflows: use paths-ignore (without / prefix)
1 parent 415ca7b commit 07ef3cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- main
77
pull_request:
88
paths-ignore:
9-
- '/.prettier*'
10-
- '/.vscode/**'
11-
- '/*.md'
12-
- '/docs/**'
13-
- '/LICENSE'
9+
- '.prettier*'
10+
- '.vscode/**'
11+
- '*.md'
12+
- 'docs/**'
13+
- 'LICENSE'
1414

1515
env:
1616
wasm-tools-version: "1.219.1"

0 commit comments

Comments
 (0)