Skip to content

Commit

Permalink
appveyor.yml: don't limit deploy with rules. Syntax was wrong and it …
Browse files Browse the repository at this point in the history
…is not needed. (nvaccess#17672)
  • Loading branch information
michaelDCurran authored and LeonarddeR committed Feb 4, 2025
1 parent 2d3eaee commit 1c2d858
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2d858

Please sign in to comment.