Provides patterns for building fast, reliable CI/CD workflows with GitHub-hosted runners including workflow syntax, caching, secrets, and reusable workflows.
Fast, reliable CI/CD workflows with GitHub-hosted runners. Core patterns for building production pipelines.
Sources: GitHub Actions Documentation (docs.github.com/en/actions), GitHub Actions Best Practices
Define workflows in .github/workflows/*.yml. Triggered by push, pull_request, schedule, or manual dispatch.