From aefc13649152b95dcd1e510e887d6ee005f0c870 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 10 Mar 2020 13:21:00 -0300 Subject: [PATCH] Rename CI pipeline (#218) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c380d0f..4b6434c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: [push] -name: Quickstart +name: Tests jobs: check: diff --git a/README.md b/README.md index e883510..f8ef02d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# navi icon [![Actions Status](https://github.com/denisidoro/navi/workflows/Quickstart/badge.svg)](https://github.com/denisidoro/navi/actions) ![GitHub release](https://img.shields.io/github/v/release/denisidoro/navi?include_prereleases) +# navi icon [![Actions Status](https://github.com/denisidoro/navi/workflows/Tests/badge.svg)](https://github.com/denisidoro/navi/actions) ![GitHub release](https://img.shields.io/github/v/release/denisidoro/navi?include_prereleases) > :information_source: If you're here because you upgraded **navi** and are having some issues, please check [this thread](https://github.com/denisidoro/navi/issues/201).