fix(workflow): update build-docs.yml to trigger on version tags instead of master branch

This commit is contained in:
Soulter
2026-03-10 17:16:56 +08:00
parent be017c87f4
commit 1d26b96d90
+3 -3
View File
@@ -2,9 +2,9 @@ name: release
on:
push:
branches: ["master"]
paths:
- "docs/**"
tags:
- 'v*'
workflow_dispatch:
jobs:
build: