From 1e9df97d1564db77e8a073d35d18df849177edbc Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Wed, 15 Aug 2018 15:56:22 +0100 Subject: [PATCH] appveyor.yml: Add a branch whitelist. [ci skip] --- appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 739111448..c9dc976f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,16 @@ +# We whitelist branches, as we don't really need to build dev-branches. +# Remember to add release branches, both here and to .travis.yml. +branches: + only: + - master + - "2.4" + - "2.2" + - "2.0" + - "1.24" + - "1.22" + - "1.20" + - "1.18" + install: # Using '-y' and 'refreshenv' as a workaround to: # https://github.com/haskell/cabal/issues/3687 -- 2.11.4.GIT