ci: add workflow_dispatch trigger
/ publish (push) Successful in 44s

Allows manual pipeline runs from the Gitea UI without needing a
dummy commit. Also fixes blank-commit trigger issue (paths-ignore
skips runs with no changed files).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 18:29:50 +09:00
parent 1b373dbea8
commit 2a2874254b
+1
View File
@@ -6,6 +6,7 @@ on:
- "README.md"
- ".gitignore"
- ".claude/**"
workflow_dispatch:
jobs:
publish: