Module event

Source
Expand description

Workflow events.

Structs§

Cron
The body of a cron event trigger.
Events
Workflow event triggers, with bodies.
GenericEvent
A generic event trigger body.
PullRequest
The body of a pull_request event trigger.
Push
The body of a push event trigger.
WorkflowCall
The body of a workflow_call event trigger.
WorkflowCallInput
A single input in a workflow_call event trigger body.
WorkflowCallOutput
A single output in a workflow_call event trigger body.
WorkflowCallSecret
A single secret in a workflow_call event trigger body.
WorkflowDispatch
The body of a workflow_dispatch event trigger.
WorkflowDispatchInput
A single input in a workflow_dispatch event trigger body.
WorkflowRun
The body of a workflow_run event trigger.

Enums§

BareEvent
“Bare” workflow event triggers.
BranchFilters
Branch filtering variants for event trigger bodies.
OptionalBody
A generic container type for distinguishing between a missing key, an explicitly null key, and an explicit value T.
PathFilters
Path filtering variants for event trigger bodies.
TagFilters
Tag filtering variants for event trigger bodies.