diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000eb0e..28e5435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: needs: [get-release-info, test] if: >- ${{ success() && - (github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch') }} + (github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' || github.event_name == 'push') }} runs-on: ubuntu-latest steps: - name: Download runtime artifacts from all test jobs