From 8c0046e6ac2978bc2b6cc703f9113e43fea23131 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Thu, 11 Jun 2020 17:48:58 +0200 Subject: [PATCH] Add a build badge to readme --- .github/workflows/{test.yml => build.yml} | 2 +- .github/workflows/release.yml | 2 +- README.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) rename .github/workflows/{test.yml => build.yml} (96%) diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 96% rename from .github/workflows/test.yml rename to .github/workflows/build.yml index 9d03fad..95a2bb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: test +name: build on: - push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afd5125..b47c632 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: goreleaser +name: release on: push: diff --git a/README.md b/README.md index 5a9e799..41aef27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ + # git-get -`git get` - a better way to clone, organize and manage git repositories. +![](https://github.com/grdl/git-get/workflows/build/badge.svg) +`git-get` is better way to clone, organize and manage git repositories.