Skip to content

Commit 6efbc4f

Browse files
committed
ci: dont run on docs update
1 parent 3a884e3 commit 6efbc4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@ name: CI
22

33
on:
44
push:
5+
paths-ignore:
6+
- '**.md'
7+
- 'docs/**'
8+
- 'LICENSE'
9+
- '.gitignore'
510
pull_request:
11+
paths-ignore:
12+
- '**.md'
13+
- 'docs/**'
14+
- 'LICENSE'
15+
- '.gitignore'
616

717
env:
818
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)