diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-04 17:34:24 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-04 17:34:24 +0200 |
| commit | 46d40f72cc1782361b9dd697a85414110cfc18f9 (patch) | |
| tree | eecdf98a80896d8bcdd6c8437d303565898411ca /.github/workflows | |
| parent | 010aef0cbb5b3171697b35f4b849d1ff31a1e848 (diff) | |
| parent | 7793e37baa1f5e62f2f16b831ffa29bd36449f79 (diff) | |
| download | dotnet-vipps-ecommerce-46d40f72cc1782361b9dd697a85414110cfc18f9.tar.xz dotnet-vipps-ecommerce-46d40f72cc1782361b9dd697a85414110cfc18f9.zip | |
Merge branch 'master' of github.com:ivarlovlie/IOL.VippsEcommerce
Diffstat (limited to '.github/workflows')
| -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 ] |
