From 8864e89674a7994b91d8e92c6d1f7f7b5932a20e Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 21 Sep 2021 21:08:53 +0200 Subject: [PATCH] feat: circleci automation on master only. --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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