diff options
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 909cfa445c..a27cfaa88a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,5 +52,8 @@ cache: - C:\Users\appveyor\.cargo\registry - target +# Stops feature branches from triggering two builds (One for branch and one for PR) +skip_branch_with_pr: true + # disable automatic builds build: false |
