aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-11 20:30:27 +0200
committerGitHub <noreply@github.com>2019-08-11 20:30:27 +0200
commit6b028ec5f29c709fc68b01e98bb619bb4a48d504 (patch)
treeda373744c0baa7076f1f0a03eb840d87dbde74d4
parent6616d1d3e5c98f3be78379829027adee3da67570 (diff)
downloadrneovim-6b028ec5f29c709fc68b01e98bb619bb4a48d504.tar.gz
rneovim-6b028ec5f29c709fc68b01e98bb619bb4a48d504.tar.bz2
rneovim-6b028ec5f29c709fc68b01e98bb619bb4a48d504.zip
ci: AppVeyor: branches: only: master (#10746)
Only build PRs for master, and not other branches on the main repo, e.g. when reverting via GitHub's UI.
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bb7bb1c4e9..756c7fea2e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,3 +40,6 @@ cache:
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe
+branches:
+ only:
+ - master