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 d7a65f8..5e08db3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Riak Protocol Buffers Messages -[![Erlang CI Actions Status](https://github.com/basho/riak_pb/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/riak_pb/actions) +![Riak PB OpenRiak Status](https://github.com/OpenRiak/riak_pb/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2) This repository contains the message definitions for the Protocol Buffers-based interface to [Riak](https://github.com/basho/riak) and diff --git a/rebar.config b/rebar.config index 3e6ff43..c005b8b 100644 --- a/rebar.config +++ b/rebar.config @@ -21,8 +21,8 @@ {eunit_opts, [verbose]}. -{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/OpenRiak/rebar3_gpb_plugin", {branch, "nhse-develop"}}}, - {riak_pb_msgcodegen, {git, "https://github.com/OpenRiak/riak_pb_msgcodegen", {branch, "nhse-develop"}}}, +{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/OpenRiak/rebar3_gpb_plugin", {branch, "openriak-3.2"}}}, + {riak_pb_msgcodegen, {git, "https://github.com/OpenRiak/riak_pb_msgcodegen", {branch, "openriak-3.2"}}}, {eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}} ]}.