Skip to content

Commit 0f8a97a

Browse files
committed
ci: skip builds for docs-only changes
Paths-ignore docs/ and *.md files to avoid unnecessary native builds
1 parent c9b81e3 commit 0f8a97a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- 'docs/**'
8+
- '*.md'
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- 'docs/**'
13+
- '*.md'
814

915
jobs:
1016
lint-and-test:

0 commit comments

Comments
 (0)