mirror of https://github.com/xemu-project/xemu.git
ci: Only deploy to PPA if all platforms build
This commit is contained in:
parent
d1933ed413
commit
c3cfccf2b9
|
@ -264,8 +264,7 @@ jobs:
|
|||
# package creation.
|
||||
PushToPPA:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
# needs: [Ubuntu, Windows, macOS]
|
||||
needs: Init
|
||||
needs: [Ubuntu, Windows, macOS]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone Tree
|
||||
|
|
Loading…
Reference in New Issue