Enable push trigger for benchmarks workflow

This commit is contained in:
Palash Tyagi 2025-05-05 02:14:36 +01:00
parent ce98d74836
commit 00889754ea

View File

@ -2,9 +2,9 @@ name: Run benchmarks
on:
workflow_dispatch:
# push:
# branches:
# - main
push:
branches:
- main
jobs:
pick-runner: