We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76e64d commit e15449aCopy full SHA for e15449a
1 file changed
appveyor.yml
@@ -4,6 +4,12 @@ branches:
4
except:
5
- gh-pages
6
7
+# Skipping commits affecting specific files (GitHub only). More details here: /docs/appveyor-yml
8
+skip_commits:
9
+ files:
10
+ - '*.md'
11
+ - 'CHANGELOG'
12
+
13
image:
14
- Visual Studio 2017
15
- Ubuntu
0 commit comments