Skip to content

Commit b769810

Browse files
authored
Update benchmark_push.yml to run on all pushes (no branch limit)
1 parent 10cdf66 commit b769810

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/benchmark_push.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Benchmark a commit
22

33
on:
44
push:
5-
branches:
6-
- main
7-
tags: ['*']
85

96
permissions:
107
contents: write
@@ -64,4 +61,4 @@ jobs:
6461
- name: Create commit comment
6562
uses: peter-evans/commit-comment@v3
6663
with:
67-
body-path: body.md
64+
body-path: body.md

0 commit comments

Comments
 (0)