From f01b2cc9538bdfdd4cd5f7a4e0a65c3a1338433f Mon Sep 17 00:00:00 2001 From: Will Haltom Date: Thu, 14 Sep 2023 15:57:31 -0500 Subject: [PATCH] Update events-that-trigger-workflows.md (#42489) Co-authored-by: Sarah Edwards --- .../actions/using-workflows/events-that-trigger-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-workflows/events-that-trigger-workflows.md b/content/actions/using-workflows/events-that-trigger-workflows.md index 482da7ce6a..80dc9c1907 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -941,7 +941,7 @@ jobs: {% endnote %} -Runs your workflow when you push a commit or tag, or when you clone a repository. +Runs your workflow when you push a commit or tag, or when you create a repository from a template. For example, you can run a workflow when the `push` event occurs.