Setting up Continuous Integration with GitHub Actions — Part 1 — What is CI/CD? Continuous Integration and Continuous Delivery, or CI/CD, is the term given to the process of automatically building a project and deploying it out to delivery channels like itch.io, the android store, or the iOS store every time code is successfully merged into a specific branch or branches in source control…