From 1426d887e7c11b38a17a7613762d30abb631fe1d Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Fri, 13 May 2016 04:41:15 -0400 Subject: [PATCH] CircleCI: Ignore some branches --- circle.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 53db3378f..e7cc772c9 100644 --- a/circle.yml +++ b/circle.yml @@ -16,4 +16,9 @@ test: - adb shell input keyevent 82 - ./run_tests - cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) +general: + branches: + ignore: + - gh-pages + - poeditor