diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 8144ea5..3724f2f 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -1,4 +1,4 @@ -name: 💿 CI Branch +name: CI Branch on: push: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ce4f847..24c9dc0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,4 +1,4 @@ -name: 💿 CI Master +name: CI Master on: push: @@ -8,8 +8,8 @@ on: - '!refs/tags/*' jobs: - build-dev: - name: 🏭 Build Dev + build-master: + name: 🏭 Build Master runs-on: ubuntu-20.04 steps: - name: 🚚 Checkout diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index c4a9907..166fd65 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -1,4 +1,4 @@ -name: 💿 CI Prod +name: CI Prod on: push: diff --git a/README.md b/README.md index b193c6b..4fee323 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ +[bmac]: https://www.buymeacoffee.com/phnx47 +[ko-fi]: https://ko-fi.com/phnx47 +[patreon]: https://www.patreon.com/phnx47 + # Prometheus.Client.AspNetCore [![NuGet](https://img.shields.io/nuget/v/Prometheus.Client.AspNetCore.svg)](https://www.nuget.org/packages/Prometheus.Client.AspNetCore) -[![NuGet](https://img.shields.io/nuget/dt/Prometheus.Client.AspNetCore.svg)](https://www.nuget.org/packages/Prometheus.Client.AspNetCore) [![CI Master](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore/actions/workflows/master.yml) -[![Gitter](https://img.shields.io/gitter/room/PrometheusClientNet/community.svg)](https://gitter.im/PrometheusClientNet/community) [![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT) - Extension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometheus.Client) @@ -47,12 +48,13 @@ Contributions to the package are always welcome! ## Support -I would also very much appreciate your support: +If you like what I'm accomplishing, feel free to buy me a coffee -Buy Me A Coffee -Support me on ko-fi -Support me on Patreon +[phnx47 | Buy Me a Coffe][bmac] +[phnx47 | Kofi][ko-fi] +[phnx47 | Patreon][patreon] +  ## License