Update CI workflows to include 'test' and 'develop' branches for pull requests

This commit is contained in:
Palash Tyagi
2025-08-24 21:40:28 +01:00
parent 0346c59d9a
commit 7f45b32806
3 changed files with 15 additions and 9 deletions

View File

@@ -2,9 +2,12 @@ name: run-benchmarks
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
push:
branches:
- test
jobs:
pick-runner: