Skip to content

Commit 8a626a5

Browse files
authored
ci: skip workflow on docs-only changes (#30)
1 parent 2daeb05 commit 8a626a5

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
@@ -3,8 +3,18 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- "**.md"
8+
- "LICENSE"
9+
- ".gitignore"
10+
- "docs/**"
611
pull_request:
712
branches: [main]
13+
paths-ignore:
14+
- "**.md"
15+
- "LICENSE"
16+
- ".gitignore"
17+
- "docs/**"
818

919
env:
1020
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)