Restrict bench workflow to certain paths

This commit is contained in:
Serial 2022-01-02 14:46:32 -05:00
parent 075e0e692f
commit c8bdee2004

View file

@ -1,6 +1,10 @@
name: Benchmark
on:
push:
paths:
- 'src/**'
- 'benches/**'
- 'ogg_pager/**'
branches:
- main