We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009640e commit af26f97Copy full SHA for af26f97
1 file changed
.github/workflows/benchmark.yml
@@ -2,6 +2,12 @@ name: Benchmarks
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
+ branches: [main]
7
+ paths:
8
+ - 'src/rules/**'
9
+ - 'benches/**'
10
+ - '.github/workflows/benchmark.yml'
11
12
jobs:
13
benchmark:
0 commit comments