Enable only develop branch

This commit is contained in:
Milton Mendoza
2019-08-15 08:00:32 -04:00
parent ae94d7fdc1
commit ee27498b05

View File

@@ -5,6 +5,10 @@ jobs:
docker: docker:
- image: devopsstacks/pm:n225-phpunit - image: devopsstacks/pm:n225-phpunit
resource_class: large resource_class: large
branches:
only:
# Only executed circleci for this branch
- develop
steps: steps:
- checkout - checkout
- run: service mysqld restart - run: service mysqld restart