diff --git a/.circleci/config.yml b/.circleci/config.yml index 4bdc8c93d..320b45f90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,10 +5,10 @@ jobs: - image: devopsstacks/pm:n225-phpunit working_directory: ~/processmaker branches: - only: + only: # Only executed circleci for this branch - - /KR.*/ - steps: + - /KR.*/ + steps: # - run: yum -y install ssh - run: yum install -y git - checkout: