Skip to content
Merged
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 @@ -2,12 +2,10 @@
name: Deploy Docs

on:
release:
types: [published]
branches:
- main
- master
workflow_dispatch: # 保留手动触发选项
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签
workflow_dispatch:

permissions:
contents: write # 用于部署到 GitHub Pages
Expand Down
Loading