Skip to content

Commit f70ca78

Browse files
authored
Update tests.yml
1 parent 4aed86a commit f70ca78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: macOS Build and Test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
build-and-test:
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet build
2929

3030
- name: Run tests
31-
run: dotnet test
31+
run: dotnet test

0 commit comments

Comments
 (0)