Skip to content

Commit 56a2d3a

Browse files
committed
Update for OpenRiak
1 parent 52f2739 commit 56a2d3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Erlang CI
33
on:
44
push:
55
branches:
6-
- nhse-develop
6+
- openriak-3.2
77
pull_request:
88
branches:
9-
- nhse-develop
9+
- openriak-3.2
1010

1111
jobs:
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
riak_sysmon
22
===========
33

4-
[![Erlang CI Actions Status](https://github.com/basho/riak_sysmon/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/riak_sysmon/actions)
4+
![riak_sysmon OpenRiak Status](https://github.com/OpenRiak/riak_sysmon/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
55

66
`riak_sysmon` is an Erlang/OTP application that manages the event
77
messages that can be generated by the Erlang virtual machine's

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{deps, [
4343
{cuttlefish,
4444
{git, "https://github.com/OpenRiak/cuttlefish.git",
45-
{branch, "nhse-develop"} }}
45+
{branch, "openriak-3.2"} }}
4646
]},
4747
{erl_opts, [
4848
debug_info,

0 commit comments

Comments
 (0)