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