Skip to content

Commit

Permalink
Update CI/CD pipeline name, README badge
Browse files Browse the repository at this point in the history
This fixes the current breakage by updating the badge URL from ci.yml to
pipeline.yaml.
  • Loading branch information
mbland committed Apr 8, 2023
1 parent 4e98db5 commit 93d6794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pipeline
name: CI/CD pipeline

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _**NOTE:** This project is just beginning. When it's operational, I'll remove
this notice._

[![License](https://img.shields.io/github/license/mbland/elistman.svg)](https://github.com/mbland/elistman/blob/main/LICENSE.txt)
[![Build status](https://github.com/mbland/elistman/actions/workflows/ci.yml/badge.svg)](https://github.com/mbland/elistman/actions/workflows/ci.yml?branch=main)
[![CI/CD pipeline status](https://github.com/mbland/elistman/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/mbland/elistman/actions/workflows/pipeline.yaml?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/mbland/elistman/badge.svg?branch=main)](https://coveralls.io/github/mbland/elistman?branch=main)

_(Try force reloading the page to get the latest badges if this is a return
Expand Down

0 comments on commit 93d6794

Please sign in to comment.