1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/data/reusables/actions/workflows/section-triggering-a-workflow.md
2023-02-15 15:16:18 +00:00

517 B

To automatically trigger a workflow, use on to define which events can cause the workflow to run. For a list of available events, see "AUTOTITLE."

You can define single or multiple events that can trigger a workflow, or set a time schedule. You can also restrict the execution of a workflow to only occur for specific files, tags, or branch changes. These options are described in the following sections.

{% data reusables.actions.actions-on-examples %}