From 09563555728d36db14d6f6585f8be51ccb69d32d Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Fri, 11 Aug 2023 11:32:34 +0200 Subject: [PATCH] fix ci run for develop branch, also fixes test badge (#556) --- .github/workflows/lint.yml | 2 +- .github/workflows/tests.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 97bd915d..190b9dd1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Linting on: push: branches: - - main + - develop pull_request: jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf8e2e8d..46c36a9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: Tests on: push: branches: - - main + - develop pull_request: jobs: diff --git a/README.md b/README.md index 9ecc4b45..8e6980ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # [![Goreport status](https://goreportcard.com/badge/github.com/flashbots/mev-boost)](https://goreportcard.com/report/github.com/flashbots/mev-boost) -[![Test status](https://github.com/flashbots/mev-boost/workflows/Tests/badge.svg)](https://github.com/flashbots/mev-boost/actions?query=workflow%3A%22Tests%22) +[![Test status](https://github.com/flashbots/mev-boost/workflows/Tests/badge.svg?branch=develop)](https://github.com/flashbots/mev-boost/actions?query=workflow%3A%22Tests%22) [![Docker hub](https://badgen.net/docker/size/flashbots/mev-boost?icon=docker&label=image)](https://hub.docker.com/r/flashbots/mev-boost/tags) ## What is MEV-Boost?