Skip to content

Commit

Permalink
update CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 23, 2024
1 parent 505f77f commit 5902fad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blazor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: blazor
name: Build / Publish Blazor WebAssembly Project

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish NuGet
name: Publish Package to NuGet.org
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: webapi
name: Build / Publish .NET WebAPI Project

on:
workflow_dispatch:
Expand Down

0 comments on commit 5902fad

Please sign in to comment.