Skip to content

Commit ee1745b

Browse files
committed
implemented workflow for benchmarking
1 parent 299ddea commit ee1745b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ on:
1010
pr:
1111
description: "Pull request#"
1212
required: false
13+
pull_request:
14+
types:
15+
- opened
16+
- synchronize
17+
- reopened
18+
paths-ignore:
19+
- "**.md"
20+
- "**/docs/**"
21+
- "**/LICENSE"
22+
- "**/NOTICE"
1323

1424
env:
1525
CHC_BRANCH: "main"

0 commit comments

Comments
 (0)