From 917ae35e408df5c46ca3a0f48fca09f502e1993d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 15 Feb 2015 17:30:40 +0100 Subject: [PATCH] don't try to deploy all the time --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aa4061b006..9f937bc8a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,4 +30,5 @@ deploy: secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65 artifact: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe on: - appveyor_repo_tag: true \ No newline at end of file + branch: master + appveyor_repo_tag: true