From 431e85e3873076fa0b81f4fffe6045cad198f910 Mon Sep 17 00:00:00 2001 From: Todd Anderson <127344469+tanderson-ld@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:53:41 -0600 Subject: [PATCH] ci: making release-please action manually dispatchable (#249) --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3a5ac763..e644450d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,6 +1,7 @@ name: Run Release Please on: + workflow_dispatch: push: branches: - main