ci: 打 tag 时仅触发 release,跳过 commit
This commit is contained in:
1
.github/workflows/commit-build.yaml
vendored
1
.github/workflows/commit-build.yaml
vendored
@@ -7,4 +7,5 @@ on:
|
||||
|
||||
jobs:
|
||||
build-binary:
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: amtoaer/bili-sync/.github/workflows/build-binary.yaml@main
|
||||
|
||||
Reference in New Issue
Block a user