Skip to content

Commit

Permalink
ignore generated/* in pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Apr 17, 2023
1 parent 89fa1c9 commit 6808f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# yamllint disable-line rule:truthy
on:
pull_request:
paths-ignore:
- '**/generated/**'

name: pre-commit

Expand Down

0 comments on commit 6808f23

Please sign in to comment.