From 150c5ca618ce7d8766bfa525db79a3355588becc Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Tue, 17 Jan 2023 16:44:22 -0800 Subject: [PATCH] feat: multidim-interop: Setup badge (#105) --- .github/workflows/multidim-interop.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/multidim-interop.yml b/.github/workflows/multidim-interop.yml index 118a50a..f458df9 100644 --- a/.github/workflows/multidim-interop.yml +++ b/.github/workflows/multidim-interop.yml @@ -1,6 +1,9 @@ on: workflow_dispatch: pull_request: + push: + branches: + - "master" name: libp2p multidimensional interop test diff --git a/README.md b/README.md index 3ceb01d..cb9b975 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Testground test plans for libp2p +[![Interop Dashboard](https://github.com/libp2p/test-plans/actions/workflows/multidim-interop.yml/badge.svg?branch=master)](https://github.com/libp2p/test-plans/actions/workflows/multidim-interop.yml?query=branch%3Amaster) + [![Made by Protocol Labs](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai) ![Go version](https://img.shields.io/badge/go-%3E%3D1.14.0-blue.svg?style=flat-square)