From fa0d2e3639f014b0ae86085494db28e0d9ce6e33 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Fri, 24 Mar 2023 09:55:06 +0100 Subject: [PATCH] chore(workflows): Enable manual workflow in pre-release mode (#3566) --- .github/workflows/staging-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 544f23b98a6e..6e89e33ad858 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -1,7 +1,8 @@ name: Staging Release and Publish on: - push: + # TODO: Enabling manual workflow triggering while in pre-release mode. Remove when 1.8 is released + workflow_dispatch: branches: - develop paths-ignore: