Skip to content

Commit 1de7a68

Browse files
author
Martijn Souman
committed
test
1 parent febfe80 commit 1de7a68

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: .NET
55

6-
on:
7-
push:
8-
branches: [ "master" ]
9-
pull_request:
10-
branches: [ "master" ]
6+
on: push
117

128
jobs:
139
build:
@@ -16,10 +12,13 @@ jobs:
1612

1713
steps:
1814
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1917
- name: Setup .NET
2018
uses: actions/setup-dotnet@v4
2119
with:
2220
dotnet-version: 8.0.x
21+
2322
- name: Restore dependencies
2423
run: dotnet restore
2524
- name: Build

0 commit comments

Comments
 (0)