About 400 results
Open links in new tab
  1. 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 …

  2. 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, …

  3. 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.

  4. Tutorials for GitHub Actions

    Tutorials for GitHub Actions Build skills and knowledge about GitHub Actions through hands-on activities.

  5. 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.

  6. Workflows - GitHub Docs

    Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features.

  7. 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, …

  8. Understanding GitHub Actions - GitHub Enterprise Cloud Docs

    Learn the basics of GitHub Actions, including core concepts and essential terminology.

  9. 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 …

  10. 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.