Skip to content

Commit 49047bb

Browse files
authored
Merge pull request #19 from hotdata-dev/ci/skip-docs-only
ci: skip builds when only docs change
2 parents 578853c + 69fa464 commit 49047bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.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)