From 3d1ed533758bfb03d20575dcbf1230d50281db7f Mon Sep 17 00:00:00 2001 From: Paulo H Date: Wed, 17 Apr 2024 11:02:16 -0300 Subject: [PATCH] Update deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml --- ...hing-a-new-release-and-attach-a-zip-file-to-the-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml index d91f1ba..c15f9f7 100644 --- a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml +++ b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml @@ -1,9 +1,10 @@ name: Deploy to WordPress.org Repository on: + workflow_dispatch: release: types: [released] - + # A list of jobs involved in this workflow. jobs: deploy_to_wp_repository: