Restrict CI paths

This commit is contained in:
Alex 2022-01-31 21:00:06 -05:00 committed by GitHub
parent 00473aafc1
commit 7f0c0ee922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,15 @@ name: CI
on:
push:
paths:
- 'src/**'
- 'tests/**'
- 'examples/**'
- 'benches/**'
- 'fuzz/**'
- 'Cargo.toml'
- 'rustfmt.toml'
- 'ogg_pager/**'
branches:
- main
pull_request: