Skip to content

Commit fdf1b1a

Browse files
committed
dotnet yml: Adjust on push branches; Clean whitespaces
1 parent 80541b4 commit fdf1b1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet.yml

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

33
on:
44
push:
5-
branches: [ feature/*, master ]
6-
5+
branches: [ master, dev, feature/*, fix/*, release/* ]
6+
77
pull_request:
88
branches: [ master ]
9-
9+
1010
release:
1111
types: [ published ]
1212
branches: [ master ]
@@ -23,13 +23,13 @@ jobs:
2323
with:
2424
dotnet-version: 6.0.x
2525
include-prerelease: true
26-
26+
2727
- name: Create Local NuGet Directory
2828
run: mkdir ~/nuget
29-
29+
3030
- name: Add Local Nuget Source
3131
run: dotnet nuget add source ~/nuget
32-
32+
3333
- name: Restore DependencyRegistry
3434
run: dotnet restore ./src/*/*/DependencyRegistry.csproj
3535

0 commit comments

Comments
 (0)