Skip to content

Commit

Permalink
ci: run autofix on renovate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 2, 2023
1 parent fb76b39 commit af75f18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/autofix-docs.yml
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
push:
branches:
- "renovate/**"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Expand Up @@ -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
Expand Down

0 comments on commit af75f18

Please sign in to comment.