diff --git a/.github/workflows/ljspeech.yml b/.github/workflows/ljspeech.yml index 25402275b..e202d21b5 100644 --- a/.github/workflows/ljspeech.yml +++ b/.github/workflows/ljspeech.yml @@ -90,7 +90,7 @@ jobs: path: ./*.wav - name: Release exported onnx models - if: matrix.python-version == '3.9' && matrix.torch-version == '2.2.0' + if: matrix.python-version == '3.9' && matrix.torch-version == '2.2.0' && github.event_name == 'push' uses: svenstaro/upload-release-action@v2 with: file_glob: true