From 1c1e75b908b49b53ce67ee2a2763d285e7fdd861 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 25 Oct 2025 05:02:58 -0500 Subject: [PATCH] get CI to try building --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e630432aa..e827eb0af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build furnace on: push: - branches: [master, 0.6-fixes-real] + branches: [master, 0.6-fixes-real, asio] pull_request: branches: master @@ -328,7 +328,7 @@ jobs: tar -zcv -f ../${{ steps.package-identify.outputs.filename }} furnace - name: Upload artifact - if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }} + if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'asio' }} uses: actions/upload-artifact@v4.3.0 with: name: ${{ steps.package-identify.outputs.id }}