From 1c2d858bf334d198742381e8999d830e68e07a13 Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Tue, 4 Feb 2025 13:58:34 +1000 Subject: [PATCH] appveyor.yml: don't limit deploy with rules. Syntax was wrong and it is not needed. (#17672) --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e22ab72e7c..8d42d13fff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,16 +110,6 @@ deploy: url: https://api.nvaccess.org/appveyor/hook authorization: Bearer %APPVEYOR_WEBHOOK_TOKEN% request_timeout: 5 # minutes - on: - # Only deploy specific branches - branch: - - master - - beta - - rc - - /try-.*/ - - /release-.*/ - # Exclude PR builds - APPVEYOR_PULL_REQUEST_NUMBER: false on_failure: - ps: appveyor\scripts\uploadArtifacts.ps1