mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore(ci): only run docs preview on docs changes (#5368)
This commit is contained in:
parent
40b650b7c7
commit
e79f6f3ad2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs-preview.yaml
vendored
2
.github/workflows/docs-preview.yaml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "docs/**"
|
||||
|
||||
permissions:
|
||||
actions: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue