Skip to content

Commit ebd951d

Browse files
committed
Skip build on none functional changes.
1 parent 6e409bb commit ebd951d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release_appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# See http://www.appveyor.com/docs/appveyor-yml for many more options
2+
13
version: Release_{branch}_0.9.{build}.0
24
branches:
35
only:
46
- master
57
skip_tags: true
8+
# Skip on updates to the readme.
9+
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
10+
skip_commits:
11+
message: /Update (README.md|LICENSE|.gitignore|.gitattributes)*/
612
configuration: Release
713
platform: Any CPU
814
assembly_info:

0 commit comments

Comments
 (0)