Skip to content

Commit 0b5109b

Browse files
authored
Fix ci-build status badge and link status badge to actions (#99)
* Fix badge for ci_build.yml workflow on master branch. The URL format didn't match the [currently documented badge URL](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/adding-a-workflow-status-badge#using-the-branch-parameter). * Link to ci-build runs on master branch instead of to SVG of badge. * Only include ci_build.yml action, rather than everything on master branch
1 parent 5b9d92c commit 0b5109b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTorch learning rate finder
22

3-
![](https://github.com/davidtvs/pytorch-lr-finder/workflows/ci-build/badge.svg?branch=master)
3+
[![ci-build status](https://github.com/davidtvs/pytorch-lr-finder/actions/workflows/ci_build.yml/badge.svg?branch=master)](https://github.com/davidtvs/pytorch-lr-finder/actions/workflows/ci_build.yml?query=branch%3Amaster)
44
[![codecov](https://codecov.io/gh/davidtvs/pytorch-lr-finder/branch/master/graph/badge.svg)](https://codecov.io/gh/davidtvs/pytorch-lr-finder)
55
[![](https://img.shields.io/pypi/v/torch-lr-finder)](https://pypi.org/project/torch-lr-finder/)
66

0 commit comments

Comments
 (0)