Workflow
A workflow is an automated procedure that exists as a part of our repo.
- Workflows are made up of a collection of jobs which run is response to some event (on PR, on push etc)
A Github Workflow can be used to build, test, package, release, or deploy a project on GitHub.
Workflows can be configured to run in response to a webhook call, so we can trigger workflows in response to events happening outside Github.
Resources
Children
Backlinks