fix: ci set branch name

This commit is contained in:
songtianlun
2024-08-19 11:43:04 +08:00
parent b0d604d12b
commit 83ee4b2c59

View File

@@ -87,13 +87,13 @@ workflows:
branches: branches:
only: only:
- main - main
- canary - mycanary
- build-arm64: - build-arm64:
filters: filters:
branches: branches:
only: only:
- main - main
- canary - mycanary
- combine-manifests: - combine-manifests:
requires: requires:
- build-amd64 - build-amd64
@@ -102,4 +102,4 @@ workflows:
branches: branches:
only: only:
- main - main
- canary - mycanary