Skip to content

Commit 2e2c6b5

Browse files
committed
Update benchmark workflow triggers
1 parent a3c9c58 commit 2e2c6b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
name: benchmark
55

66
on:
7+
pull_request:
8+
types: [opened, synchronize, edited]
79
push:
810
# Sequence of patterns matched against refs/tags
911
branches:
10-
- "*"
12+
- "main"
1113
# tags:
1214
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
1315

0 commit comments

Comments
 (0)