From efb6dfdb8eeb0a34f7311e96e30f1b6bb1ab6ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Sun, 10 Jan 2016 09:48:13 -0500 Subject: [PATCH] Only build pushes to master on Appveyor To mirror Travis config, refs https://github.com/atom/atom/pull/8110 --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8e33549c7..6a04293aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,9 @@ version: "{build}" +branches: + only: + - master + skip_tags: true clone_folder: c:\projects\atom clone_depth: 10