Skip to content

Commit

Permalink
Ignore non important files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijan committed Feb 6, 2025
1 parent d3fb598 commit 1edf03b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- "README.md"
- "docs/**"
- "README.MD"
- "LiCENSE.MD"
- "*.svg"
- ".env"
pull_request:
branches: [ "master" ]
paths-ignore:
- "README.md"
- "docs/**"
- "README.MD"
- "LiCENSE.MD"
- "*.svg"
- ".env"
env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 1edf03b

Please sign in to comment.