Skip to content

Commit

Permalink
chore(readme): fix github actions badge
Browse files Browse the repository at this point in the history
if event is not set to `push`, it shows latest build status towards dev (including failed PRs)
  • Loading branch information
pi0 authored Mar 13, 2020
1 parent 78bce82 commit 75a870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><img align="center" style="width:320px" src="https://nuxtjs.org/meta_400.png"/></p><br/>
<p align="center">
<a href="https://github.com/nuxt/nuxt.js/actions?query=workflow%3Atest"><img src="https://github.com/nuxt/nuxt.js/workflows/test/badge.svg?branch=dev" alt="Tests Status"></a>
<a href="https://github.com/nuxt/nuxt.js/actions?query=branch%3Adev+event%3Apush"><img src="https://github.com/nuxt/nuxt.js/workflows/test/badge.svg?branch=dev&event=push" alt="Tests Status"></a>
<a href="https://dev.azure.com/nuxt/nuxt.js/_build/latest?definitionId=1"><img src="https://dev.azure.com/nuxt/nuxt.js/_apis/build/status/nuxt.js" alt="Azure Build Status"></a>
 <a href="https://codecov.io/gh/nuxt/nuxt.js"><img src="https://badgen.net/codecov/c/github/nuxt/nuxt.js/master" alt="Coverage Status"></a>
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/dm/nuxt" alt="Downloads"></a>
Expand Down

0 comments on commit 75a870d

Please sign in to comment.