diff options
| -rw-r--r-- | .github/workflows/run-tests.yml | 4 | ||||
| -rw-r--r-- | README.md | 4 |
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 ] @@ -2,9 +2,9 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsE `dotnet add package IOL.VippsEcommerce` - + [](https://www.nuget.org/packages/IOL.VippsEcommerce) -[](https://www.fuget.org/packages/IOL.VippsEcommerce) +([fuget](https://www.fuget.org/packages/IOL.VippsEcommerce)) ## Configuration |
