diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-04-03 14:37:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 14:37:28 +0200 |
| commit | 7793e37baa1f5e62f2f16b831ffa29bd36449f79 (patch) | |
| tree | 3d57dbbb8377131683b29b83287ebaa3a3f1900b /.github | |
| parent | 39f9f0dc57c9c6b13f961729e3bf6bdd5dc47cbc (diff) | |
| download | dotnet-vipps-ecommerce-7793e37baa1f5e62f2f16b831ffa29bd36449f79.tar.xz dotnet-vipps-ecommerce-7793e37baa1f5e62f2f16b831ffa29bd36449f79.zip | |
Update run-tests.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/run-tests.yml | 4 |
1 files changed, 2 insertions, 2 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 ] |
