mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-21 21:20:04 +00:00
Only upload artifacts from master
This commit is contained in:
parent
36638b1522
commit
a9942eadab
2
.github/workflows/check-builds.yaml
vendored
2
.github/workflows/check-builds.yaml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
path: bin
|
path: bin
|
||||||
|
|
||||||
copy-artifacts:
|
copy-artifacts:
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [windows-build, ubuntu-build]
|
needs: [windows-build, ubuntu-build]
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user