From 3bb4be196f39b79e9c5dbf2097a615645ac7c8e1 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sun, 1 Sep 2024 10:40:47 +0900 Subject: [PATCH] Add a workflow status badge --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b767499..11f1649 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: build +name: Build on: [ push, pull_request ] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14e33c4..5047581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: Release on: push: diff --git a/README.md b/README.md index 54bbac3..2560fdc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -XMLPaste +XMLPaste [![Build Status](https://github.com/emic/XMLPaste/actions/workflows/go.yml/badge.svg)](https://github.com/emic/XMLPaste/actions/workflows/go.yml) ========= XMLPaste is a command line tool to paste XML text of FileMaker clipboard objects.