From f18dfce9aab3e8f293344559e3bc0c7f0f30f730 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Wed, 8 May 2024 10:25:06 -0500 Subject: [PATCH] Update wordpress-plugin-deploy.yml Signed-off-by: Scott Kingsley Clark --- .github/workflows/wordpress-plugin-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml index d5833e54eb..8a8afae2ec 100644 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ b/.github/workflows/wordpress-plugin-deploy.yml @@ -1,7 +1,7 @@ name: Deploy to WordPress.org -on: workflow_dispatch - #release: - #types: [published] +on: + release: + types: [published] jobs: tag: name: New tag