From 44313bf8de3bb1ef3d95998d0dfb9338abb7cb0a Mon Sep 17 00:00:00 2001 From: Kevin Provance Date: Wed, 11 Aug 2021 13:36:46 -0400 Subject: [PATCH] Update continuous-integration-workflow.yml --- .github/workflows/continuous-integration-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e8da70ea8..1a6f09d0a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,5 +1,6 @@ name: Deploy to WordPress.org on: + workflow_dispatch: push: tags: - "*" @@ -17,4 +18,4 @@ jobs: env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} - SLUG: redux-framework \ No newline at end of file + SLUG: redux-framework