From 69eed4dde6d7cc79780a59ea30ea2d1d02eb3c17 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 23 Oct 2024 15:56:49 +0100 Subject: [PATCH] Update for OpenRiak --- .github/workflows/erlang.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index e1b55d8..3eb5907 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -3,10 +3,10 @@ name: Erlang CI on: push: branches: - - nhse-develop + - openriak-3.2 pull_request: branches: - - nhse-develop + - openriak-3.2 jobs: diff --git a/README.md b/README.md index e0539e5..5d0f3d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ The cluster_info application ============================ -[![Erlang CI Actions Status](https://github.com/basho/cluster_info/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/cluster_info/actions) +![Cluster Info OpenRiak Status](https://github.com/OpenRiak/cluster_info/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2) The `cluster_info` application provides a flexible and easily-extendible way to dump the state of a cluster of Erlang nodes.