Skip to content

Commit 714c202

Browse files
committed
Updating github actions branch name
1 parent 7a4c97a commit 714c202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET Tests
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:
@@ -30,4 +30,4 @@ jobs:
3030
run: dotnet build --no-restore
3131
- name: Test
3232
working-directory: ${{ runner.workspace }}/Lightning.NET
33-
run: dotnet test --no-build --no-restore --verbosity normal
33+
run: dotnet test --no-build --no-restore --verbosity normal

0 commit comments

Comments
 (0)