Skip to content

Commit 3a80446

Browse files
authored
remove dash that was breaking test.yml
1 parent 8661473 commit 3a80446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: .NET Test
55

66
on:
77
pull_request:
8-
- branches: ["master"]
8+
branches: ["master"]
9+
910
jobs:
1011
build:
1112

@@ -22,4 +23,4 @@ jobs:
2223
- name: Build
2324
run: dotnet build --no-restore
2425
- name: Test
25-
run: dotnet test --no-build --verbosity normal
26+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)