Skip to content

Commit c0c1231

Browse files
authored
ci: ignore docs and other random stuff when not necessary (#137)
1 parent 2be28bb commit c0c1231

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@ name: ci
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- .github/**
8+
- docs/**
9+
- CONTRIBUTING.md
10+
- CODE_OF_CONDUCT.md
11+
- README.md
12+
- mkdocs.yml
13+
- examples/**
14+
- .vscode/**
15+
- scripts/**
616
pull_request:
17+
paths-ignore:
18+
- .github/**
19+
- docs/**
20+
- CONTRIBUTING.md
21+
- CODE_OF_CONDUCT.md
22+
- README.md
23+
- mkdocs.yml
24+
- examples/**
25+
- .vscode/**
26+
- scripts/**
727
workflow_dispatch:
828

929
jobs:

0 commit comments

Comments
 (0)