From d25bd65b2da18000e2823cf71679057a28cc0ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 22 Jan 2026 12:13:14 +0800 Subject: [PATCH] Add manual trigger to auto-release workflow Enables the auto-release workflow to be triggered manually using workflow_dispatch, in addition to running on published releases. --- .github/workflows/auto-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 241fc19d..a3138521 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,6 +3,7 @@ name: Auto Release Docker on: release: types: [published] + workflow_dispatch: jobs: shell-docker: