Your team is beginning development of a new application using a microservices architecture on Google Kubernetes Engine (GKE) . Any code change pushed to the develop branch on GitHub must be automatically built and tested . If the build and test succeed , the corresponding microservice should be automatically deployed in the development environment . You need to enforce this process for all code deployed to the development environment . What should you do?