mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 20:28:21 +00:00
Don't upload artifacts unless on main
This commit is contained in:
parent
a9c0cfd9c8
commit
ec79825e93
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
testPreset: 'default'
|
||||
- name: artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ github.ref == 'ref/head/main' }}
|
||||
with:
|
||||
name: linux-build
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user