chore: add push paths restriction in docs pipeline

This commit is contained in:
yihau 2022-05-06 12:18:51 +08:00
parent 0e3fc9d31c
commit c491def895
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
branches:
- master
- v[0-9]+.[0-9]+
paths:
- "docs/**"
tags:
- "*"
pull_request: