允许手动触发

This commit is contained in:
2026-02-06 11:11:52 +08:00
parent 5afd56a379
commit 42a7dfde98

View File

@@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main # 当推送到 main 分支时触发 - main # 当推送到 main 分支时触发
workflow_dispatch: # 允许在 Gitea Actions 页面手动触发
jobs: jobs:
deploy: deploy: