Skip to content

Commit f597b25

Browse files
authored
Update workflow dotnet.yml
1 parent 868d096 commit f597b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:
@@ -22,4 +22,4 @@ jobs:
2222
uses: coverallsapp/github-action@v1.1.2
2323
with:
2424
github-token: ${{ secrets.github_token }}
25-
path-to-lcov: code_coverage/results.info
25+
path-to-lcov: code_coverage/results.info

0 commit comments

Comments
 (0)