From 658931d2dfb68235342a452016700ab04f00fec6 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Wed, 16 Sep 2026 16:18:00 -0700 Subject: [PATCH] ci: add workflow_dispatch to Release (OIDC publish trigger) Potato: one-line trigger only so Release can be run without a main push while Actions queues starve. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c20266a..54d19a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release on: push: branches: [main] + workflow_dispatch: permissions: contents: write