ci: fix after merging to main

This commit is contained in:
Michael Muré
2024-11-20 16:07:49 +01:00
parent 5f8536e480
commit c61fc8d8b3
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: go continuous benchmark
on:
push:
branches:
- v1
- main
permissions:
contents: write
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Run benchmark