Skip to content

Commit ac90059

Browse files
authored
Merge pull request #129 from adriencaccia/chore/better-codspeed-report
Run codspeed on `pull_request` event to have better PR reports
2 parents 404577f + 007f2b8 commit ac90059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Benchmark"
22
on:
33
push:
4+
branches:
5+
- main
6+
pull_request:
47
workflow_call:
58
workflow_dispatch:
69
jobs:

0 commit comments

Comments
 (0)