Skip to content

Commit b4ff549

Browse files
authored
Use all branches, not only master
1 parent 27a6415 commit b4ff549

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: .NET
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
on: [push, pull_request]
84

95
env:
106
DOTNET_SDK_VERSION: 5.0.x

0 commit comments

Comments
 (0)