Workflow
A workflow is a configurable automated process defined in a YAML file under .github/workflows that runs one or more jobs. Workflows are triggered by events such as pushes, pull requests, schedules, or manual dispatch, and are the top-level unit of automation in GitHub Actions.