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.