ci: run autofix on renovate branches

This commit is contained in:
Daniel Roe 2023-05-02 21:11:13 +01:00
parent fb76b3931a
commit af75f18cf5
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
push:
branches:
- "renovate/**"

View File

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