summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/run-tests.yml4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index c6cecaf..d63f071 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -1,8 +1,8 @@
name: .NET
on:
- push:
- branches: [ master ]
+ release:
+ types: [created]
pull_request:
branches: [ master ]
diff --git a/README.md b/README.md
index 7b55776..8bf178b 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsE
`dotnet add package IOL.VippsEcommerce`
-![IOL.VippsEcommerce on nuget.org](https://img.shields.io/badge/target:-dotnet5.0-blue)
+![IOL.VippsEcommerce on nuget.org](https://img.shields.io/badge/target-net5.0-blue)
[![IOL.VippsEcommerce on nuget.org](https://img.shields.io/nuget/v/IOL.VippsEcommerce)](https://www.nuget.org/packages/IOL.VippsEcommerce)
-[![IOL.VippsEcommerce on fuget.org](https://www.fuget.org/packages/IOL.VippsEcommerce/badge.svg)](https://www.fuget.org/packages/IOL.VippsEcommerce)
+([fuget](https://www.fuget.org/packages/IOL.VippsEcommerce))
## Configuration