diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2020-05-04 12:44:43 +0100 |
|---|---|---|
| committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2020-05-04 12:44:43 +0100 |
| commit | 768a852ed69ce916fa7faa278c962de3e4275e5f (patch) | |
| tree | 5167132037885a290e875e78b44516b7a16234ed | |
| parent | 94d03abb1936628aee9782d1ad7416b600e6fb78 (diff) | |
| download | rabbitmq-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -[](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+21.3%22) -[](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+22.3%22) +[](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+21.3%22+branch%3A%22master%22) +[](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+22.3%22+branch%3A%22master%22) # RabbitMQ Server |
