Skip to content

GitHub Workflows and Actionsλ︎

A GitHub workflow defines one or more jobs to carry out as part of a continuous integration run.

Workflows are triggered by events, usually bit Git related actions (commit, PR, etc.) or by schedule or human interaction with the GitHub website.

GitHub Actions provide common jobs that can be used within a workflow, greatly reducing the configuration required to get tasks done.