From ee27498b058281d564db7de53fd425a48b5d0a71 Mon Sep 17 00:00:00 2001 From: Milton Mendoza Date: Thu, 15 Aug 2019 08:00:32 -0400 Subject: [PATCH] Enable only develop branch --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ceacc1663..9e7030d01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,11 @@ jobs: working_directory: ~/processmaker docker: - image: devopsstacks/pm:n225-phpunit - resource_class: large + resource_class: large + branches: + only: + # Only executed circleci for this branch + - develop steps: - checkout - run: service mysqld restart