1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/data/reusables/actions/workflows/section-triggering-a-workflow.md
2022-02-25 15:51:14 +01:00

7 lines
522 B
Markdown

To automatically trigger a workflow, use `on` to define which events can cause the workflow to run. For a list of available events, see "[Events that trigger workflows](/articles/events-that-trigger-workflows)."
You can define single or multiple events that can a trigger 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 %}