Skip to content

Commit

Permalink
README: Update CI status badge (#292)
Browse files Browse the repository at this point in the history
* ci: Test on push so we can have a badge for `main`

* Update build status badge for GH actions
  • Loading branch information
jhillyerd committed Jun 21, 2023
1 parent c1d661a commit 9d622b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and Test
on:
push:
pull_request:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# enmime
[![PkgGoDev](https://pkg.go.dev/badge/github.com/jhillyerd/enmime)][Pkg Docs]
[![Build Status](https://travis-ci.org/jhillyerd/enmime.svg?branch=main)][Build Status]
[![Build and Test](https://github.com/jhillyerd/enmime/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/jhillyerd/enmime/actions/workflows/build-and-test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/jhillyerd/enmime)][Go Report Card]
[![Coverage Status](https://coveralls.io/repos/github/jhillyerd/enmime/badge.svg?branch=main)][Coverage Status]

Expand Down

0 comments on commit 9d622b5

Please sign in to comment.