chore: run docs lint workflow on dep upgrades

This commit is contained in:
Daniel Roe 2023-05-01 13:27:07 +01:00
parent da29dea5c7
commit c536e5a635
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
branches:
- "renovate/**"
permissions:
contents: read

View File

@ -8,6 +8,7 @@ on:
# autofix workflow will be triggered instead for PRs
branches:
- main
- "renovate/**"
- "!v[0-9]*"
# Remove default permissions of GITHUB_TOKEN for security