From 6b028ec5f29c709fc68b01e98bb619bb4a48d504 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 11 Aug 2019 20:30:27 +0200 Subject: [PATCH] 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. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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