Expand description
Workflow events.
Structs§
- Cron
- The body of a
cron
event trigger. - Events
- Workflow event triggers, with bodies.
- Generic
Event - A generic event trigger body.
- Pull
Request - The body of a
pull_request
event trigger. - Push
- The body of a
push
event trigger. - Workflow
Call - The body of a
workflow_call
event trigger. - Workflow
Call Input - A single input in a
workflow_call
event trigger body. - Workflow
Call Output - A single output in a
workflow_call
event trigger body. - Workflow
Call Secret - A single secret in a
workflow_call
event trigger body. - Workflow
Dispatch - The body of a
workflow_dispatch
event trigger. - Workflow
Dispatch Input - A single input in a
workflow_dispatch
event trigger body. - Workflow
Run - The body of a
workflow_run
event trigger.
Enums§
- Bare
Event - “Bare” workflow event triggers.
- Branch
Filters - Branch filtering variants for event trigger bodies.
- Optional
Body - A generic container type for distinguishing between
a missing key, an explicitly null key, and an explicit value
T
. - Path
Filters - Path filtering variants for event trigger bodies.
- TagFilters
- Tag filtering variants for event trigger bodies.