Skip to content

Commit eeffbbc

Browse files
Fixed benchmark workflow trying to push on wrong branch
Signed-off-by: Michele Bastione <[email protected]>
1 parent 0d5f4ba commit eeffbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
git config user.email [email protected]
120120
git add ./*.md
121121
git commit -am "Automated benchmark report - ${{ github.ref_name }}"
122-
git push origin master --force-with-lease
122+
git push origin v1.x-maintenance --force-with-lease

0 commit comments

Comments
 (0)