CI: only upload artifacts for master branch
This commit is contained in:
parent
aa09ffeedd
commit
95dd07742f
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -278,6 +278,7 @@ jobs:
|
||||||
popd
|
popd
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.package-identify.outputs.id }}
|
name: ${{ steps.package-identify.outputs.id }}
|
||||||
|
|
Loading…
Reference in a new issue