Skip to content

Commit

Permalink
Ignore changes to readme, changelog, and licenses in CI (#46)
Browse files Browse the repository at this point in the history
* Ignore changes to readme and changelog in CI

* Also ignore changes to licenses
  • Loading branch information
JSorngard authored Jun 13, 2024
1 parent 0381229 commit 810310d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@ name: CI

on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE-APACHE'
- 'LICENSE-MIT'
branches: [ "main" ]
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE-APACHE'
- 'LICENSE-MIT'
branches: [ "main" ]


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 810310d

Please sign in to comment.