feat: 更新工作流配置,添加可选分支输入参数并调整缓存引用

This commit is contained in:
infinitycat
2025-12-08 15:04:47 +08:00
parent 00d438a086
commit 268eafe3ee
3 changed files with 20 additions and 10 deletions

View File

@@ -11,6 +11,11 @@ on:
- "*.*.*"
- "*.*.*-*"
workflow_dispatch: # 允许手动触发工作流
inputs:
branch:
description: 'Branch to build'
required: false
default: 'main'
# Workflow's jobs
jobs: