From a89a03a760cd103e1fb37ff7692aee84799627ab Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 12 Mar 2018 02:17:15 -0400 Subject: [PATCH] ci(CircleCI): ignore the gh-pages branch --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 564d19c..5dc7de3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,4 +20,7 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} - run: npm test - run: npx nyc report --reporter=lcov | npx codecov - - run: npm run cov:check \ No newline at end of file + - run: npm run cov:check + branches: + ignore: + - gh-pages \ No newline at end of file