summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2020-05-04 12:44:43 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2020-05-04 12:44:43 +0100
commit768a852ed69ce916fa7faa278c962de3e4275e5f (patch)
tree5167132037885a290e875e78b44516b7a16234ed
parent94d03abb1936628aee9782d1ad7416b600e6fb78 (diff)
downloadrabbitmq-server-git-768a852ed69ce916fa7faa278c962de3e4275e5f.tar.gz
Restrict build badges to specific branch
Otherwise they will show as failing if the latest build failed, even when this build ran on a different branch. Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3127ee75d..5e6c02c08b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-[![OTP v21.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2021.3?label=Erlang%2021.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+21.3%22)
-[![OTP v22.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2022.3?label=Erlang%2022.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+22.3%22)
+[![OTP v21.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2021.3/master?label=Erlang%2021.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+21.3%22+branch%3A%22master%22)
+[![OTP v22.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2022.3/master?label=Erlang%2022.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+22.3%22+branch%3A%22master%22)
# RabbitMQ Server