From 19a48da2d024195a4972b1bcbf093cea3cf5be54 Mon Sep 17 00:00:00 2001 From: llde Date: Sat, 13 Aug 2022 16:51:41 +0200 Subject: [PATCH] Try different workflow trigger --- .github/workflows/msbuild-relz.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild-relz.yml b/.github/workflows/msbuild-relz.yml index 0e05668..946b8ac 100644 --- a/.github/workflows/msbuild-relz.yml +++ b/.github/workflows/msbuild-relz.yml @@ -1,7 +1,7 @@ name: MSBuild-Release - -on: [create] - +on: + release: + types: [created] env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: .\obse