diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5d8d50e..64ec65d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,12 +2,12 @@ name: Benchmarks on: workflow_dispatch: + push: + branches: + - 'bench/**' pull_request: - branches: [main] - paths: - - 'src/rules/**' - - 'benches/**' - - '.github/workflows/benchmark.yml' + branches: + - 'bench/**' env: CARGO_TERM_COLOR: always