Skip to content

Commit 0c675e2

Browse files
Update benchmarks.yml
1 parent a095ac7 commit 0c675e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Benchmarks
22

33
on:
4-
workflow_dispatch: # Allows manual triggering
5-
schedule:
6-
- cron: '0 */1 * * *' # Run every 1 hours (at minute 0
4+
pull_request:
5+
branches:
6+
- main
77
# workflow_dispatch:
88
# inputs:
99
# halt-for-connection:

0 commit comments

Comments
 (0)