Skip to content

Commit 7fb6cd6

Browse files
authored
Merge pull request #1963 from yuvipanda/save-ci
Don't run tests on docs changes
2 parents 7cb2b2e + abba346 commit 7fb6cd6

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)