mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 14:44:22 +00:00
Use nicer CI restrictions
This commit is contained in:
parent
a179cfe736
commit
a8ad6cdf80
1 changed files with 4 additions and 9 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -2,15 +2,10 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'examples/**'
|
||||
- 'benches/**'
|
||||
- 'fuzz/**'
|
||||
- 'Cargo.toml'
|
||||
- 'rustfmt.toml'
|
||||
- 'ogg_pager/**'
|
||||
paths-ignore:
|
||||
- 'LICENSE-*'
|
||||
- '**/*.md'
|
||||
- '.gitignore'
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue