Skip to content

Commit 92babce

Browse files
author
Michael Perrotte
committed
fix: updated workflow to run on push, and pull_request
1 parent b2475d0 commit 92babce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Benchmark Suite
33

4-
on: [push]
4+
on: [push, pull_request]
55

66
jobs:
77
build:

0 commit comments

Comments
 (0)