移除拉取请求触发,简化 CI/CD 配置
Agent CI/CD / docker-image (push) Successful in 11s
Agent CI/CD / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-05-19 16:01:57 +08:00
parent 8281c532f2
commit 8cd81900f8
+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: