Skip to content

Commit 0ee5e2f

Browse files
authored
Format YAML for branch specifications
1 parent 1ebca20 commit 0ee5e2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
67
pull_request:
7-
branches: [ main ]
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
jobs:

0 commit comments

Comments
 (0)