We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123a27c commit 3a11564Copy full SHA for 3a11564
appveyor.yml
@@ -8,6 +8,14 @@ for:
8
after_test:
9
- cmd: iscc /q "Installer Build Script.iss"
10
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-pre.exe
11
+skip_commits:
12
+ files:
13
+ - docs/*
14
+ - '**/*.md'
15
+ - '**/*.yml'
16
+ - '**/.*'
17
+ - license
18
+ - License.rtf
19
branches:
20
only:
21
- master
0 commit comments