From f5891a0d62997b9f176327fcef544061adf9b3a9 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Fri, 14 Oct 2022 10:14:37 +0200 Subject: [PATCH] Fix typo --- .../actions/workflows/section-triggering-a-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/workflows/section-triggering-a-workflow.md b/data/reusables/actions/workflows/section-triggering-a-workflow.md index e8ea3a3a88..3bec72cd81 100644 --- a/data/reusables/actions/workflows/section-triggering-a-workflow.md +++ b/data/reusables/actions/workflows/section-triggering-a-workflow.md @@ -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 %}