Skip to content

Commit

Permalink
Add nightly build to net-8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Oct 23, 2023
1 parent ea08234 commit 659b07a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Build-Canary
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches:
- 'main'
- 'net-8'
pull_request:
branches-ignore:
- 'translations_**'
Expand Down Expand Up @@ -88,5 +90,6 @@ jobs:
title: New canary build is ready!
status: ${{ job.status }}
description: |
WARNING! THIS IS NET 8 TEST BUILD. STABILITY MAY SUFFER!
Commit `${{ github.sha }}` by ${{ github.actor }}
Click [here](https://nightly.link/CollapseLauncher/Collapse/actions/runs/${{ github.run_id }}) to download!

0 comments on commit 659b07a

Please sign in to comment.