Skip to content

Commit 490d131

Browse files
committed
Rename dotnet.yml workflow
1 parent 4fa7e14 commit 490d131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET
1+
name: Build
22

33
on:
44
push:
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build
2323
run: dotnet build --no-restore
2424
- name: Test
25-
run: dotnet test --no-build --verbosity normal
25+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)