Skip to content

Commit c588a75

Browse files
committed
Trigger benchmarks run
1 parent 063afee commit c588a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks-run.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ concurrency:
55
group: ${{github.workflow}}-${{github.ref}}
66
cancel-in-progress: true
77
on:
8+
push:
9+
branches:
10+
- "chore/fix-benchmarks"
811
workflow_dispatch:
912
inputs:
1013
branch:
1114
description: "Branch"
1215
required: true
16+
default: chore/fix-benchmarks
1317
pallets:
1418
description: "Specific Pallets? (Ex: 'msa,messages')"
1519
required: true

0 commit comments

Comments
 (0)