We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ce8597 + 07ef3cb commit 6359cd2Copy full SHA for 6359cd2
1 file changed
.github/workflows/test.yaml
@@ -5,6 +5,12 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ paths-ignore:
9
+ - '.prettier*'
10
+ - '.vscode/**'
11
+ - '*.md'
12
+ - 'docs/**'
13
+ - 'LICENSE'
14
15
env:
16
wasm-tools-version: "1.219.1"
0 commit comments