Skip to content

Commit cd22a5c

Browse files
committed
github/workflow: run benchmark action only benchmark/* branch
1 parent ab13013 commit cd22a5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Benchmark
22

33
on:
44
push:
5-
branches: "*"
6-
tags:
7-
- "v*"
5+
branches:
6+
- "benchmark/*"
87
pull_request:
9-
branches: "*"
8+
branches:
9+
- "benchmark/*"
1010

1111
defaults:
1212
run:

0 commit comments

Comments
 (0)