Skip to content

Commit 59f4d0c

Browse files
committed
.github/workflows: use paths-ignore
1 parent f72e855 commit 59f4d0c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ on:
55
branches:
66
- main
77
pull_request:
8-
paths:
9-
- '**.go'
10-
- '**.mod'
11-
- '**.sum'
12-
- '**.wit'
13-
- '**.yaml'
14-
- 'Makefile'
8+
paths-ignore:
9+
- '/LICENSE'
10+
- '/*.md'
11+
- '/docs/**'
12+
- '/.vscode/**'
13+
- '/.prettier*'
1514

1615
env:
1716
wasm-tools-version: "1.219.1"

0 commit comments

Comments
 (0)