Skip to content

Commit

Permalink
Don't rebuild docs-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Feb 18, 2021
1 parent 6408ebd commit f8f80ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit f8f80ec

Please sign in to comment.