Skip to content

Commit

Permalink
Fix confusing Workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheatoid committed Apr 2, 2021
1 parent c97a0b2 commit 0497139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: Build
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand All @@ -10,7 +10,7 @@ on:
branches: [ main ]

jobs:
build:
Build:
name: Build
runs-on: windows-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: Release
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand All @@ -11,7 +11,7 @@ on:
- 'v*'

jobs:
release:
Release:
name: Release
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 0497139

Please sign in to comment.