ci: upload only with release (#16194)

This commit is contained in:
Jirka Borovec 2022-12-28 18:28:58 +09:00 committed by GitHub
parent dfec8fe5a8
commit a808ff9b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
upload-packages:
runs-on: ubuntu-20.04
needs: build-packages
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3