Skip to content

Commit af26f97

Browse files
committed
ci: enable benchmark workflow on pull requests for testing
1 parent 009640e commit af26f97

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Benchmarks
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
branches: [main]
7+
paths:
8+
- 'src/rules/**'
9+
- 'benches/**'
10+
- '.github/workflows/benchmark.yml'
511

612
jobs:
713
benchmark:

0 commit comments

Comments
 (0)