From 0df8710cb5284c41f7c1b84ad03bad5ead5c56ff Mon Sep 17 00:00:00 2001 From: lachlangrose Date: Fri, 14 Aug 2026 17:00:11 +0930 Subject: [PATCH] ci: allow manually triggering the release-please workflow Lets release-please be re-run on demand (e.g. to verify a fix without waiting for the next push to master) instead of only firing on push. --- .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 17bdd0cc..897b3d65 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,6 +2,7 @@ on: push: branches: - master + workflow_dispatch: {} env: PACKAGE_NAME: LoopStructural permissions: