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.
This commit is contained in:
Daniel Hahler
2019-08-11 20:30:27 +02:00
committed by GitHub
parent 6616d1d3e5
commit 6b028ec5f2

View File

@@ -40,3 +40,6 @@ cache:
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe
branches:
only:
- master