ci: run docs workflow on vale files changes

This commit is contained in:
jo 2022-09-22 12:54:50 +02:00 committed by Kyle Robbertze
parent 31e09401bb
commit f1dbad9be1
1 changed files with 2 additions and 0 deletions

View File

@ -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/**