Skip to content

Commit a26d5f1

Browse files
committed
redirect to github actions when click on badges
1 parent 6b505e3 commit a26d5f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![Make a pull request][prs-badge]][prs]
55
[![License][license-badge]](LICENSE.md)
66

7-
![Linux Build][linux-build-badge]
8-
![MacOS Build][macos-build-badge]
9-
![Windows Build][windows-build-badge]
7+
[![Linux Build][linux-build-badge]][linux-build]
8+
[![MacOS Build][macos-build-badge]][macos-build]
9+
[![Windows Build][windows-build-badge]][windows-build]
1010

1111
[![Watch on GitHub][github-watch-badge]][github-watch]
1212
[![Star on GitHub][github-star-badge]][github-star]
@@ -119,8 +119,11 @@ Note: To make it work behind a proxy, you can add this proxy exception in your t
119119
[prs]: http://makeapullrequest.com
120120

121121
[linux-build-badge]: https://github.com/maximegris/angular-electron/workflows/Linux%20Build/badge.svg
122+
[linux-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22Linux+Build%22
122123
[macos-build-badge]: https://github.com/maximegris/angular-electron/workflows/MacOS%20Build/badge.svg
124+
[macos-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22MacOS+Build%22
123125
[windows-build-badge]: https://github.com/maximegris/angular-electron/workflows/Windows%20Build/badge.svg
126+
[windows-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22Windows+Build%22
124127

125128
[github-watch-badge]: https://img.shields.io/github/watchers/maximegris/angular-electron.svg?style=social
126129
[github-watch]: https://github.com/maximegris/angular-electron/watchers

0 commit comments

Comments
 (0)