From 7cdb03e0ba7e767f99e5fa0d3a50066c25596918 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 20 Nov 2016 21:23:38 +0800 Subject: [PATCH] Fix indention --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e6655db..1af90d4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ version: '{branch}-{build}' # manual mode branches: except: -- /.*/ + - /.*/ # Do not build on tags (GitHub only) skip_tags: true