Skip to content

Commit

Permalink
chore: run docs lint workflow on dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 1, 2023
1 parent da29dea commit c536e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix-docs.yml
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
branches:
- "renovate/**"

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Expand Up @@ -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
Expand Down

0 comments on commit c536e5a

Please sign in to comment.