移除拉取请求触发,简化 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 name: Agent CI/CD
on: on:
pull_request:
push: push:
branches:
- main
- master
tags: tags:
- "v*" - "v*"
- "latest" - "latest"
workflow_dispatch: {}
jobs: jobs:
docker-image: docker-image: