Skip to content

Commit

Permalink
README.md: fix the github workflows build status badge URL
Browse files Browse the repository at this point in the history
The main.yml file was recently renamed to ci.yml.

Signed-off-by: David Aguilar <davvid@gmail.com>
(cherry picked from commit 63c692a)
  • Loading branch information
davvid committed Aug 24, 2023
1 parent 7ed7753 commit 9b2c9be
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
Expand Up @@ -5,7 +5,7 @@ Git Cola is a powerful Git GUI with a slick and intuitive user interface.
git clone https://github.com/git-cola/git-cola.git

[![License](https://img.shields.io/:license-GPL-green.svg)](LICENSE)
[![Build status](https://github.com/git-cola/git-cola/actions/workflows/main.yml/badge.svg?branch=main&event=push)](https://github.com/git-cola/git-cola/actions/workflows/main.yml)
[![Build status](https://github.com/git-cola/git-cola/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/git-cola/git-cola/actions/workflows/main.yml)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/251/badge)](https://bestpractices.coreinfrastructure.org/projects/251)

* [Screenshots](https://git-cola.github.io/screenshots.html)
Expand Down

0 comments on commit 9b2c9be

Please sign in to comment.