From 6d6172a05d32a55cd25f8104963a9bb0be7c6d65 Mon Sep 17 00:00:00 2001 From: Nomango Date: Mon, 5 Aug 2019 14:38:26 +0800 Subject: [PATCH] update appveyor.yaml --- appveyor.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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