Skip to content

Commit e15449a

Browse files
authored
updating appveyor to ignore changes to markdown files or changelog
1 parent b76e64d commit e15449a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ branches:
44
except:
55
- gh-pages
66

7+
# Skipping commits affecting specific files (GitHub only). More details here: /docs/appveyor-yml
8+
skip_commits:
9+
files:
10+
- '*.md'
11+
- 'CHANGELOG'
12+
713
image:
814
- Visual Studio 2017
915
- Ubuntu

0 commit comments

Comments
 (0)