Skip to content

Commit 69fa464

Browse files
committed
ci: skip builds when only docs change
1 parent 578853c commit 69fa464

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**.md'
8+
- 'LICENSE'
9+
- '.gitignore'
610
pull_request:
711
branches: [ main ]
12+
paths-ignore:
13+
- '**.md'
14+
- 'LICENSE'
15+
- '.gitignore'
816

917
env:
1018
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)