Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Deploy Docs
on:
release:
types: [published]
branches: [main]
branches:
- main
- master
workflow_dispatch: # 保留手动触发选项

permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: release-build
on:
release:
types: [published]
branches: [main]
branches:
- main
- master
workflow_dispatch:
inputs:
version:
Expand Down