ci: allow manual workflow dispatch

This commit is contained in:
zxyszx
2026-08-03 16:23:17 +08:00
parent 476f1250a3
commit 550d40a023
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: CI name: CI
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main
+1
View File
@@ -1,6 +1,7 @@
name: Docker Release name: Docker Release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v*" - "v*"