From 0d23f76c18f58d6efd8fd2247adab453b334a07c Mon Sep 17 00:00:00 2001 From: Takayuki Matsuoka Date: Wed, 1 Dec 2021 10:38:03 +0900 Subject: [PATCH] Add GitHub Actions badge for release branch - First URL indicates SVG image of the badge for release branch. - Second URL indicates GH Actions log for release branch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2406c8d2..15b693ca 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Code is highly portable, and hashes are identical across all platforms (little / |Branch |Status | |------------|---------| +|release | [![Build Status](https://github.com/Cyan4973/xxHash/actions/workflows/ci.yml/badge.svg?branch=release)](https://github.com/Cyan4973/xxHash/actions?query=branch%3Arelease+) | |dev | [![Build Status](https://github.com/Cyan4973/xxHash/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/Cyan4973/xxHash/actions?query=branch%3Adev+) |