diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2276bde..20d082a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,16 @@ branches: only: - master +skip_commits: + # version bumps by Expeditor happen as a separate commit after the merge, we can skip + author: Chef Expeditor + # if ONLY the files listed below are changed in a commit, skip + files: + - MAINTAINERS.md + - MAINTAINERS.toml + - CHANGELOG.md + - RELEASE_NOTES.md + install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% |