Skip to content

Commit

Permalink
build(github): rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Apr 3, 2022
1 parent 4a45ad4 commit 2ef95f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CI: Build'
name: 'CI: Build and Test'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Packages to NuGet
name: 'Release: Publish to NuGet'

on:
workflow_dispatch:
Expand Down

0 comments on commit 2ef95f8

Please sign in to comment.