diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-11 20:30:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-11 20:30:27 +0200 |
commit | 6b028ec5f29c709fc68b01e98bb619bb4a48d504 (patch) | |
tree | da373744c0baa7076f1f0a03eb840d87dbde74d4 | |
parent | 6616d1d3e5c98f3be78379829027adee3da67570 (diff) | |
download | rneovim-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.yml | 3 |
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 |