更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 7m47s
CI / Lint (push) Failing after 20m58s
CodeQL / Analyze (go) (push) Has been cancelled
CI / Unit Tests (push) Failing after 11m40s
CI / Envtest Tests (push) Failing after 3m53s
CI / E2E (push) Failing after 35s

This commit is contained in:
2025-07-01 00:26:45 +00:00
parent 08ddc9acf6
commit a34171c71e

View File

@@ -1,5 +1,8 @@
name: Virtual Kubelet Docker Build and Deploy
on: [release]
on:
push:
branches: [master]
pull_request:
jobs:
build-and-deploy: