Skip to content

Commit 5698b2e

Browse files
authored
Update dotnet-desktop.yml
1 parent a9c5ff5 commit 5698b2e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: CI Build (WPF)
1+
name: WPF .NET 8 Build (master)
22

33
on:
44
push:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
1112
runs-on: windows-latest
13+
1214
steps:
1315
- uses: actions/checkout@v4
1416

0 commit comments

Comments
 (0)