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