From 0ae9bb822ad14ae35f5f96b506159abed42cf3e5 Mon Sep 17 00:00:00 2001 From: Bishal Das <70086051+bishal7679@users.noreply.github.com> Date: Fri, 17 Jun 2022 19:48:23 +0530 Subject: [PATCH] Update events-that-trigger-workflows.md --- .../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 2b8bd84eda..f28229d20f 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -1007,7 +1007,7 @@ on: Runs your workflow when activity related to {% data variables.product.prodname_registry %} occurs in your repository. For more information, see "[{% data variables.product.prodname_registry %} Documentation](/packages)." -For example, you can run a workflow when a package has been `published`. +For example, you can run a workflow when a new package version has been `published`. ```yaml on: