fix(workflow): remove branch specification from build-all workflow

This commit is contained in:
2026-01-11 14:01:35 +08:00
parent d2180081a0
commit b74a8d0232

View File

@@ -17,7 +17,7 @@ permissions:
jobs: jobs:
# 调用 build-all workflow # 调用 build-all workflow
build: build:
uses: ./.github/workflows/build-all.yaml@dev uses: ./.github/workflows/build-all.yaml
permissions: permissions:
contents: read contents: read