We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f475f commit 74a0ff2Copy full SHA for 74a0ff2
1 file changed
.github/workflows/dotnet.yml
@@ -2,15 +2,16 @@ name: .NET
2
3
on:
4
push:
5
- branches: [ no-xamarin ]
+ branches: [ main ]
6
pull_request:
7
- branches: [ master ]
8
9
jobs:
10
build:
11
12
strategy:
13
matrix:
14
+ # TODO want Linux here too, but the apple workloads aren't available there.
15
os: [windows-2025, macos-15]
16
17
runs-on: ${{ matrix.os }}
0 commit comments