diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-16 15:43:18 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-17 15:46:09 +0100 |
| commit | 5ef9045e71f2bb21c37d1a1db4b3787327308e4a (patch) | |
| tree | dddafe285144d7abd501045b16193711c70d52a5 | |
| parent | cd7b5590dcd3e6450e643a1230bc0c09b3ff5ebd (diff) | |
| download | mullvadvpn-5ef9045e71f2bb21c37d1a1db4b3787327308e4a.tar.xz mullvadvpn-5ef9045e71f2bb21c37d1a1db4b3787327308e4a.zip | |
Stop Appveyor from building PRs twice
| -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 |
