ci: run docs workflow on vale files changes
This commit is contained in:
parent
31e09401bb
commit
f1dbad9be1
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
- docs/**
|
||||
- website/**
|
||||
|
@ -11,6 +12,7 @@ on:
|
|||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
- docs/**
|
||||
- website/**
|
||||
|
|
Loading…
Reference in New Issue