mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
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:
@@ -40,3 +40,6 @@ cache:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: build/Neovim.zip
|
- path: build/Neovim.zip
|
||||||
- path: build/bin/nvim.exe
|
- path: build/bin/nvim.exe
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
Reference in New Issue
Block a user