Skip to content

Commit 415ca7b

Browse files
committed
.github/workflows: use paths-ignore (sorted)
1 parent 59f4d0c commit 415ca7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

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

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

0 commit comments

Comments
 (0)