From 659b07af8f46b72fb1559b957f87f68fa57f304d Mon Sep 17 00:00:00 2001 From: Bagus Nur Listiyono Date: Mon, 23 Oct 2023 11:11:17 +0700 Subject: [PATCH] Add nightly build to net-8 branch --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a0665a0a..8e5af6d9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,9 @@ name: Build-Canary on: workflow_dispatch: push: - branches: [ "main" ] + branches: + - 'main' + - 'net-8' pull_request: branches-ignore: - 'translations_**' @@ -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!