ci: Only deploy to PPA if all platforms build

This commit is contained in:
Matt Borgerson 2020-05-25 23:30:21 -07:00
parent d1933ed413
commit c3cfccf2b9
1 changed files with 1 additions and 2 deletions

View File

@ -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