mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05: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:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- 'dev'
|
||||
- 'main'
|
||||
paths:
|
||||
- "docs/**/*.js"
|
||||
- "docs/**/*.ts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue