From b02af7d77b5d8abe4da21b22c8e4281dee28f789 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 7 Oct 2021 15:24:16 +0900 Subject: [PATCH] infra: renamed build badge names. --- .github/workflows/actions.yml | 2 +- .github/workflows/build_win.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ef05fa8c..83722d8e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,4 +1,4 @@ -name: Build(Linux) +name: Build Linux on: pull_request: diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index a4f59c46..47a40f11 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -1,4 +1,4 @@ -name: Build(Window) +name: Build Windows on: pull_request: diff --git a/README.md b/README.md index 0deb7180..bc596aff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Gitter](https://badges.gitter.im/thorvg/community.svg)](https://gitter.im/thorvg/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Continuous-integration](https://github.com/Samsung/thorvg/actions/workflows/actions.yml/badge.svg)](https://github.com/Samsung/thorvg/actions/workflows/actions.yml) -[![Build(Window)](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml/badge.svg)](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml) +[![Build Windows](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml/badge.svg)](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml) # ThorVG