fix(actions): trigger deploy docs when tags pushed

This commit is contained in:
iyear 2023-12-04 18:48:09 +08:00
parent 969d44a042
commit 6aedb11462

View File

@ -4,10 +4,6 @@ on:
push:
tags:
- '*'
paths:
- 'docs/**'
branches:
- master
workflow_dispatch:
permissions: