Skip to content

Commit

Permalink
fix(ci): Avoid running clippy and rustfmt when docs are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Sep 4, 2020
1 parent 952e8c8 commit 2549b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
- dev
paths-ignore:
- 'docs/**'

jobs:
clippy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
- dev
paths-ignore:
- 'docs/**'

jobs:
format:
Expand Down

0 comments on commit 2549b00

Please sign in to comment.