diff --git a/.circleci/config.yml b/.circleci/config.yml index ab5b6ed..82299fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,10 @@ version: 2 jobs: build: - branches: - ignore: - - gh-pages + filters: + branches: + ignore: + - gh-pages docker: # specify the version you desire here - image: circleci/node:12.14.1