Skip to content

Commit d4dc6a7

Browse files
committed
fix test.yaml branch names
removed dotnet version printing in nuget.yaml
1 parent e2e0428 commit d4dc6a7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/nuget.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
run: |
3939
echo "Cache hit: ${{ steps.nuget-cache.outputs.cache-hit }}"
4040
41-
- name: Display .NET version 📚
42-
run: dotnet --version
43-
4441
- name: Restore 📦
4542
run: dotnet restore --verbosity minimal
4643

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [master]
66
pull_request:
7-
branches: [ main ]
7+
branches: [master]
88

99
env:
1010
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)