
Understanding GitHub Actions
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build …
Quickstart for GitHub Actions
For examples that demonstrate more complex features of GitHub Actions, see Managing your work with GitHub Actions. These detailed examples explain how to test your code on a runner, …
Creating an example workflow - GitHub Docs
In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.
Tutorials for GitHub Actions
Tutorials for GitHub Actions Build skills and knowledge about GitHub Actions through hands-on activities.
Continuous integration - GitHub Docs
In addition to helping you set up CI workflows for your project, you can use GitHub Actions to create workflows across the full software development life cycle.
Workflows - GitHub Docs
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features.
GitHub Actions documentation
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, …
Understanding GitHub Actions - GitHub Enterprise Cloud Docs
Learn the basics of GitHub Actions, including core concepts and essential terminology.
Get started with GitHub Actions
Get started with GitHub Actions Learn the basics of GitHub Actions. Quickstart for GitHub Actions Understanding GitHub Actions Continuous integration Continuous deployment GitHub Actions …
About custom actions - GitHub Docs
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the GitHub community.