ci: 调整构建流,在 commit 时同样构建 binary (#266)
This commit is contained in:
10
.github/workflows/commit-build.yaml
vendored
Normal file
10
.github/workflows/commit-build.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user