Continuous Integration and Continuous Deployment pipelines are automated processes, part of de DevOps ecosystem, that can help you improve the quality of your software through its whole lifecycle and make production deployments in a more predictable and efortless way. In this article, we are going to configure GitHub Actions for…