Skip to content

Commit 164be7e

Browse files
committed
ci: run benchmarks on push to main
Enable continuous performance tracking by triggering benchmarks on main branch pushes in addition to release tags.
1 parent 563232d commit 164be7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pydgraph-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci-pydgraph-benchmarks
22
on:
33
push:
4+
branches:
5+
- main
46
tags:
57
- v[0-9]+.[0-9]+.[0-9]+*
68

0 commit comments

Comments
 (0)