ci(workflow): 更新Windows构建流程的分支触发条件
添加dev分支到触发条件中,并优化workflow文件格式
This commit is contained in:
parent
14b95b07b4
commit
b3935f8516
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user