diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b5de20ca..3e0afaba4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,9 @@ jobs: working_directory: ~/app docker: - image: docker:17.05.0-ce-git - + branches: + only: + - master steps: - checkout: path: ~/app