Skip to content

Commit

Permalink
Run GitHub Action Build on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 25, 2023
1 parent 1b7ce3b commit 47ef0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: {}

push:
branches: ["master"]
branches: ["master", "beta"]

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
dotnet-version: 6.x

- name: Install .NET Android and iOS workload
run: dotnet workload install android ios
run: dotnet workload install android ios maui

- name: Setup NuGet
uses: nuget/setup-nuget@v1
Expand Down

0 comments on commit 47ef0f9

Please sign in to comment.