Skip to content

Commit

Permalink
Updated workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Feb 3, 2024
1 parent 0a776aa commit f90e793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test .NET Core Desktop build
name: Test .NET Framework Build

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
configuration: [Debug,Release]
configuration: [ Debug ]

runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Expand Down

0 comments on commit f90e793

Please sign in to comment.