From fc9227f4fc7c4ad6d4f0363b79ddc6ae74f82b45 Mon Sep 17 00:00:00 2001 From: D8D Developer Date: Fri, 2 Jan 2026 00:55:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(github-actions):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9E=84=E5=BB=BA=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 push 到 master 分支触发改为推送版本标签 (v*) 时触发 - 保留 pull_request 触发条件 --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e381954..ef7a74a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,8 @@ name: Virtual Kubelet Docker Build and Deploy on: push: - branches: [master] + tags: + - 'v*' pull_request: jobs: