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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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