ci: 调整构建流,在 commit 时同样构建 binary (#266)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-02-19 04:21:33 +08:00
committed by GitHub
parent d1168f35f3
commit 42272b1294
5 changed files with 119 additions and 63 deletions

10
.github/workflows/commit-build.yaml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Build Main Binary
on:
push:
branches:
- main
jobs:
build-binary:
uses: amtoaer/bili-sync/.github/workflows/build-binary.yaml@main