Skip to content

Commit

Permalink
ci: Prevent readme from triggerring a check on the project
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Jan 27, 2024
1 parent 215baf6 commit e45e0a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Check project with cargo tooling

on:
push:
paths-ignore:
- '**/README.md'
pull_request:
paths-ignore:
- '**/README.md'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e45e0a7

Please sign in to comment.