mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 18:32:17 +00:00
Also upload release when pushing submodule
This commit is contained in:
parent
e452df91bb
commit
5c26132b82
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
upload-release:
|
||||
name: Upload Release
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ inputs.release }}
|
||||
if: ${{ inputs.release || github.event_name == 'push' }}
|
||||
needs: [build-linux-windows, build-macos]
|
||||
steps:
|
||||
- name: Download release files
|
||||
|
Loading…
Reference in New Issue
Block a user