From 926508c3df41848c50ce60f5b2e171c1c3a792e4 Mon Sep 17 00:00:00 2001 From: Jim Wu <1204074991@qq.com> Date: Sun, 17 May 2020 16:24:05 +0800 Subject: [PATCH] Disable AppVeyor CI Pull Requests build Build and test your Pull Requests yourself~ --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ac454144..f8fe5a1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,10 @@ artifacts: pull_requests: do_not_increment_build_number: true +skip_tags: true + +skip_branch_with_pr: true + only_commits: files: - dalvikdx/ @@ -39,4 +43,4 @@ only_commits: - build.gradle - settings.gradle - gradle.properties - - appveyor.yml \ No newline at end of file + - appveyor.yml