diff --git a/appveyor.yml b/appveyor.yml index a7451f80..d6d33c06 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,15 @@ version: 0.9.{build} +skip_tags: true +skip_commits: + message: /\[chore\]/ +only_commits: + files: + - '**/*.h' + - '**/*.hpp' + - '**/*.cpp' + - '**/*.sln' + - '**/*.vcxproj' + - '**/*.rc' configuration: - Debug - Release @@ -16,4 +27,4 @@ notifications: - 569629550@qq.com on_build_success: false on_build_failure: true - on_build_status_changed: true \ No newline at end of file + on_build_status_changed: false \ No newline at end of file