modified: .github/workflows/main.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif
2026-09-03 15:27:09 +08:00
parent c00a16b842
commit 452cf3133f
2 changed files with 14 additions and 2 deletions

View File

@@ -34,7 +34,17 @@ jobs:
channel: long-term
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') ||