get CI to try building
This commit is contained in:
parent
f5b099abab
commit
1c1e75b908
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue