移除拉取请求触发,简化 CI/CD 配置

This commit is contained in:
2026-05-19 16:01:57 +08:00
parent 53a423cafe
commit 105dfea18e
+1 -4
View File
@@ -1,14 +1,11 @@
name: Agent CI/CD
on:
pull_request:
push:
branches:
- main
- master
tags:
- "v*"
- "latest"
workflow_dispatch: {}
jobs:
docker-image: