ci: restrict Docker workflow to release tags and manual dispatch

This commit is contained in:
weishu
2025-12-28 14:27:57 +08:00
parent 2004d22afe
commit d68b91fd07
-3
View File
@@ -1,10 +1,7 @@
name: Docker (server)
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch: