Skip to content

Commit 6359cd2

Browse files
authored
Merge pull request #230 from bytecodealliance/ydnar/less-ci
.github/workflows: run full Go CI only when Go or other code changes
2 parents 2ce8597 + 07ef3cb commit 6359cd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

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

915
env:
1016
wasm-tools-version: "1.219.1"

0 commit comments

Comments
 (0)