Expand description
Workflow events.
Structs§
- The body of a
cron
event trigger. - Workflow event triggers, with bodies.
- A generic event trigger body.
- The body of a
pull_request
event trigger. - The body of a
push
event trigger. - The body of a
workflow_call
event trigger. - A single input in a
workflow_call
event trigger body. - A single output in a
workflow_call
event trigger body. - A single secret in a
workflow_call
event trigger body. - The body of a
workflow_dispatch
event trigger. - A single input in a
workflow_dispatch
event trigger body. - The body of a
workflow_run
event trigger.
Enums§
- “Bare” workflow event triggers.
- Branch filtering variants for event trigger bodies.
- A generic container type for distinguishing between a missing key, an explicitly null key, and an explicit value
T
. - Path filtering variants for event trigger bodies.
- Tag filtering variants for event trigger bodies.