Skip to content

Commit 0251a68

Browse files
committed
fix: ci to explicitly not run ci on .github and readme changes
1 parent 68f0b2a commit 0251a68

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,7 +3,15 @@ name: CI
33
on:
44
push:
55
branches: [main, master]
6+
paths-ignore:
7+
- '.github/**'
8+
- '*.md'
9+
- 'LICENSE'
610
pull_request:
11+
paths-ignore:
12+
- '.github/**'
13+
- '*.md'
14+
- 'LICENSE'
715

816
jobs:
917
lint:

0 commit comments

Comments
 (0)