mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: deploy docs only when push to dev or main
This commit is contained in:
parent
80cb8e1151
commit
f8e17dc7e4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/documents.yml
vendored
3
.github/workflows/documents.yml
vendored
|
@ -3,7 +3,8 @@ name: Build Documents
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- 'dev'
|
||||||
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- "docs/**/*.js"
|
- "docs/**/*.js"
|
||||||
- "docs/**/*.ts"
|
- "docs/**/*.ts"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue