mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-03 22:37:10 +00:00
Restrict bench workflow to certain paths
This commit is contained in:
parent
075e0e692f
commit
c8bdee2004
1 changed files with 4 additions and 0 deletions
4
.github/workflows/bench.yml
vendored
4
.github/workflows/bench.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: Benchmark
|
name: Benchmark
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- 'benches/**'
|
||||||
|
- 'ogg_pager/**'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue