Learn how to automate, customize, and execute your software development workflows right in your GitHub repository with GitHub Actions.
← → navigate ttoolbar mmenu escoverview
GitHub flow is a lightweight, branch-based workflow that supports teams and projects where deployments are made regularly. GitHub flow Graph
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
Actions are your reusable units of code
You can use Action from the marketplace or create your own
Create custom CI workflow that automates building and testing our code
Create custom CD workflow to automatically deploy our code to any cloud self-hosted service or platform from our repo
Continuous Integration is a development practice where developers integrate code into a shared repository frequently where each integration is verified by an automated build and automated test.
/giphy its so cool