mirror of
https://github.com/cdr/code-server.git
synced 2026-05-09 04:50:49 +02: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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: none
|
actions: none
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue