Building a Continuous Integration Workflow
Understand how to build a continuous integration workflow with GitHub Actions.
In this lesson, we will use GitHub Actions to execute continuous integration automation when a pull request is opened or when code is pushed to a repository. If you are unfamiliar with continuous integration, it is the practice of automating the integration of code changes from multiple contributors into a code repository.
Get hands-on with 1400+ tech skills courses.