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
run-name: 构建Win流程
on:
push:
branches: [ main, master ]
branches:
- main
- dev
pull_request:
branches: [ main, master ]
workflow_dispatch:
branches:
- main
- dev
jobs:
# 先编译 libcore