1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Merge pull request #21347 from scordio/patch-1

Fix typo
This commit is contained in:
Sam Browning
2022-10-14 11:27:53 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
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.
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 %}