Use nicer CI restrictions

This commit is contained in:
Serial 2022-02-02 22:12:39 -05:00
parent a179cfe736
commit a8ad6cdf80
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -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: