Skip to content

Commit

Permalink
Try not to rebuild things on non-rust changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Jul 12, 2024
1 parent f1986ac commit 1fb3d8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build for PR
on:
pull_request:
branches: [ "main" ]
paths-ignore:
- devops
- .github

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1fb3d8a

Please sign in to comment.