Skip to content

Commit f72e855

Browse files
committed
.github/workflows: only run tests when Go or other code files change
1 parent 2ce8597 commit f72e855

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

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

916
env:
1017
wasm-tools-version: "1.219.1"

0 commit comments

Comments
 (0)