ci(workflow): 更新Windows构建流程的分支触发条件

添加dev分支到触发条件中,并优化workflow文件格式
This commit is contained in:
shanshanzhong 2025-11-06 18:19:11 -08:00
parent 14b95b07b4
commit b3935f8516

View File

@ -1,11 +1,15 @@
name: Build Windows name: Build Windows
run-name: 构建Win流程
on: on:
push: push:
branches: [ main, master ] branches:
- main
- dev
pull_request: pull_request:
branches: [ main, master ] branches:
workflow_dispatch: - main
- dev
jobs: jobs:
# 先编译 libcore # 先编译 libcore