Skip to content

Commit 3a11564

Browse files
shadowofsiliconretailcoder
authored andcommitted
Prevent unnecessary CI builds (#3315)
1 parent 123a27c commit 3a11564

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ for:
88
after_test:
99
- cmd: iscc /q "Installer Build Script.iss"
1010
- 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
1119
branches:
1220
only:
1321
- master

0 commit comments

Comments
 (0)