mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-13 02:10:03 +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
|
||||
|
||||
copy-artifacts:
|
||||
if: github.event_name != 'pull_request'
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
needs: [windows-build, ubuntu-build]
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user