mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Restrict CI paths
This commit is contained in:
parent
00473aafc1
commit
7f0c0ee922
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,15 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'examples/**'
|
||||
- 'benches/**'
|
||||
- 'fuzz/**'
|
||||
- 'Cargo.toml'
|
||||
- 'rustfmt.toml'
|
||||
- 'ogg_pager/**'
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue