ci: run docs workflow on vale files changes
This commit is contained in:
parent
31e09401bb
commit
f1dbad9be1
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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…
x
Reference in New Issue
Block a user