ci: 移除 Docker 镜像发布工作流中的手动触发选项

This commit is contained in:
JoeanAmier
2025-01-09 20:55:11 +08:00
parent 9cc8ff22e3
commit ad740a1466
2 changed files with 0 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ name: 自动构建并发布 Docker 镜像
on:
release:
types: [published]
workflow_dispatch:
jobs:
publish-docker: