CI: only upload artifacts for master branch

This commit is contained in:
tildearrow 2022-06-07 13:55:10 -05:00
parent aa09ffeedd
commit 95dd07742f
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ jobs:
popd
- name: Upload artifact
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
uses: actions/upload-artifact@v3
with:
name: ${{ steps.package-identify.outputs.id }}