About 690,000 results
Open links in new tab
  1. Workflows - GitHub Docs

    About workflows A workflow is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when …

  2. GitHub Workflows - GeeksforGeeks

    Jul 23, 2025 · A GitHub Workflow is a configurable automated process made up of one or more jobs that run on GitHub Actions. Workflows are defined in YAML files stored in the …

  3. A Step-by-Step Guide to Github Workflows - Workflows.guru

    GitHub Workflows allow developers to automate their software development lifecycle from building and testing to deploying applications. In this course, we'll dive into the fundamentals of GitHub …

  4. GitHub Actions Workflows: Basics, Examples, and a Quick Tutorial

    A GitHub Actions Workflow is a configurable, automated process that executes one or more actions. Workflows are defined by YAML configuration files.

  5. GitHub Actions documentation - GitHub Docs

    GitHub Actions documentation Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share …

  6. Introduction to GitHub Workflows: A Comprehensive Overview

    Dec 11, 2023 · GitHub workflows are a fundamental component of GitHub Actions, a feature-rich platform integrated into GitHub’s ecosystem, designed to automate and streamline various …

  7. 7 advanced workflow automation features with GitHub Actions

    Nov 18, 2021 · GitHub Actions is designed to bring platform-native automation and CI/CD capabilities directly into the GitHub flow to simplify the developer experience. It can also be …

  8. Top github workflow examples to boost productivity

    Apr 26, 2025 · Optimizing Your GitHub Workflow with Pull Checklist This article explored a range of GitHub workflow examples, from the simplicity of GitHub Flow to the more complex Git Flow …

  9. Workflow syntax for GitHub Actions

    About YAML syntax for workflows Workflow files use YAML syntax, and must have either a .yml or .yaml file extension. If you're new to YAML and want to learn more, see Learn YAML in Y …

  10. GitHub Actions pull request workflow - Graphite.dev

    This guide covers the fundamental aspects of the GitHub pull request workflow, including how to set up and use GitHub Actions to automate checks and how to manage pull requests from forks.