From 1006eb9cfc6ce1df4c85591fc39b4c04e0c3d5f4 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 17 Mar 2022 16:21:06 +0000 Subject: [PATCH] Allow dispatch of release drafter (#12) Signed-off-by: Jacob Tomlinson --- .github/workflows/release-drafter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index ea47784..1602b8a 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: # pull_request event is required only for autolabeler pull_request: # Only following types are handled by the action, but one can default to all as well