Skip to content

Commit 5902fad

Browse files
committed
update CI names
1 parent 505f77f commit 5902fad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/blazor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: blazor
1+
name: Build / Publish Blazor WebAssembly Project
22

33
on:
44
workflow_dispatch:

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish NuGet
1+
name: Publish Package to NuGet.org
22
on:
33
push:
44
branches:

.github/workflows/webapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: webapi
1+
name: Build / Publish .NET WebAPI Project
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)