mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 06:02:32 +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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'benches/**'
|
||||
- 'ogg_pager/**'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Reference in a new issue