Enable only develop branch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user