From 2db12ad7080c1b663ab27626463cb2021bf44b7e Mon Sep 17 00:00:00 2001 From: Kevin Zhang <45326534+taooceros@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:20:57 +0800 Subject: [PATCH] Skip branch with pr --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 299a829bac5..fc9a2d03666 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,8 @@ assembly_info: assembly_file_version: $(flowVersion) assembly_informational_version: $(flowVersion) +skip_branch_with_pr: true + skip_commits: files: - '*.md' @@ -64,4 +66,4 @@ deploy: artifact: Squirrel Installer, Squirrel nupkg, Squirrel RELEASES force_update: true on: - APPVEYOR_REPO_TAG: true \ No newline at end of file + APPVEYOR_REPO_TAG: true