👷 ci(github-actions): 修改构建触发条件

- 将 push 到 master 分支触发改为推送版本标签 (v*) 时触发
- 保留 pull_request 触发条件
This commit is contained in:
D8D Developer
2026-01-02 00:55:33 +00:00
parent 848cc841a6
commit fc9227f4fc

View File

@@ -1,7 +1,8 @@
name: Virtual Kubelet Docker Build and Deploy
on:
push:
branches: [master]
tags:
- 'v*'
pull_request:
jobs: