From 3507bc61a5b77a1b75cb6fafab61e5470550744f Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Tue, 5 Jan 2016 03:44:53 -0800 Subject: [PATCH] added branch to ignore for CI tests Summary: every push to gh-pages renders an error in tests https://circleci.com/gh/facebook/react-native/995?utm_campaign=build-failed&utm_medium=email&utm_source=notification Closes https://github.com/facebook/react-native/pull/5109 Reviewed By: svcscm Differential Revision: D2802873 Pulled By: androidtrunkagent fb-gh-sync-id: 8043f47ccfce322ae26ac5e85604bcc2c79d9cb4 --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index a0e5d4a87..c50783716 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,7 @@ +general: + branches: + ignore: + - gh-pages # list of branches to ignore machine: node: version: 5.1.0