mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-07-01 09:10:01 +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'
|
testPreset: 'default'
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
if: ${{ github.ref == 'ref/head/main' }}
|
||||||
with:
|
with:
|
||||||
name: linux-build
|
name: linux-build
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user