From 0670bf0818434dd0736f11d8f701d92d8a1ae5dc Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 16 Jul 2026 03:20:46 +0800 Subject: [PATCH] Add Patch_Development_V7 workflow for version v7 Signed-off-by: elseif --- .github/workflows/main.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c9b7ba..8a83935 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,17 @@ jobs: channel: testing release: true secrets: inherit - + + Patch_Development_V7: + if: | + (github.event_name == 'schedule') || + (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + uses: ./.github/workflows/patch_v7.yml + with: + channel: development + release: true + secrets: inherit + Patch_Stable_V6: if: | (github.event_name == 'schedule') ||