Skip to content

Commit dd3fe7c

Browse files
committed
Don't run CI on any documentation update
1 parent 17940c2 commit dd3fe7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Linux CI
33
on:
44
push:
55
paths-ignore: &docfiles
6+
- '**.md'
7+
- 'COPYING'
8+
- 'CREDITS'
9+
- 'INSTALL'
10+
- 'README'
611
- 'docs/**'
712
pull_request:
813
paths-ignore: *docfiles

0 commit comments

Comments
 (0)