Skip to content

Commit abba346

Browse files
committed
Don't run tests on docs changes
Picking this as an issue labeled "good-first-issue" :) Ref #1812 Signed-off-by: YuviPanda <[email protected]>
1 parent 045a640 commit abba346

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ on:
55
branches:
66
- master
77
- 'release/**'
8+
paths-ignore:
9+
- "docs/**"
10+
- "website/**"
11+
- "**.md"
812
pull_request:
9-
13+
paths-ignore:
14+
- "docs/**"
15+
- "website/**"
16+
- "**.md"
1017
env:
1118
LIMACTL_CREATE_ARGS: ""
1219

0 commit comments

Comments
 (0)