From 12606d1857377962ade837ef1fa75fe3dd583d25 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 21 Sep 2021 21:23:56 +0200 Subject: [PATCH] chore: remove job branches filter. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e0afaba4..52753d496 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,9 +7,6 @@ jobs: working_directory: ~/app docker: - image: docker:17.05.0-ce-git - branches: - only: - - master steps: - checkout: path: ~/app