更新 .github/workflows/build.yaml
Some checks failed
CI / Unit Tests (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Envtest Tests (push) Has been cancelled
CI / E2E (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled

This commit is contained in:
2025-07-01 00:24:59 +00:00
parent d2a043f2a3
commit 08ddc9acf6

View File

@@ -1,7 +1,5 @@
name: Virtual Kubelet Docker Build and Deploy
on:
release:
types: [created] # 仅在创建Release时触发也可选择published、edited等
on: [release]
jobs:
build-and-deploy: