From 9926f9d110adacb182a2f22e6db61917a283958f Mon Sep 17 00:00:00 2001 From: Stefan Seeland Date: Thu, 23 Mar 2023 22:20:33 +0100 Subject: [PATCH] Added support for multiple release versions to be built by github actions --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8594478..1640d7f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: run: dotnet test --no-build --verbosity normal --configuration Release deployRelease: - if: github.ref == 'refs/heads/release' + if: startsWith(github.ref, 'refs/heads/release') runs-on: ubuntu-latest needs: build steps: