Skip to content

Commit 5455538

Browse files
committed
Ignore document changes to CI
1 parent 027a027 commit 5455538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: Build
33
on:
44
push:
55
path-ignore:
6+
- '*.md'
67
- '**/*.md'
78
pull_request:
89
branches:
910
- master
1011
path-ignore:
12+
- '*.md'
1113
- '**/*.md'
1214

1315
jobs:

0 commit comments

Comments
 (0)