diff --git a/.github/workflows/wheel_linux_aarch64.yml b/.github/workflows/wheel_linux_aarch64.yml index 979d67471..8435ecf63 100644 --- a/.github/workflows/wheel_linux_aarch64.yml +++ b/.github/workflows/wheel_linux_aarch64.yml @@ -197,7 +197,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/wheel_linux_aarch64_cuda.yml b/.github/workflows/wheel_linux_aarch64_cuda.yml index 6a7c4a9e2..57f9dbb02 100644 --- a/.github/workflows/wheel_linux_aarch64_cuda.yml +++ b/.github/workflows/wheel_linux_aarch64_cuda.yml @@ -107,7 +107,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/wheel_linux_x86_64.yml b/.github/workflows/wheel_linux_x86_64.yml index d87dcb522..52e581a44 100644 --- a/.github/workflows/wheel_linux_x86_64.yml +++ b/.github/workflows/wheel_linux_x86_64.yml @@ -191,7 +191,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || steps.rc_build.outputs.match != '' diff --git a/.github/workflows/wheel_linux_x86_64_cuda.yml b/.github/workflows/wheel_linux_x86_64_cuda.yml index 19487778f..cd037cd19 100644 --- a/.github/workflows/wheel_linux_x86_64_cuda.yml +++ b/.github/workflows/wheel_linux_x86_64_cuda.yml @@ -111,7 +111,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || steps.rc_build.outputs.match != '' diff --git a/.github/workflows/wheel_macos_arm64.yml b/.github/workflows/wheel_macos_arm64.yml index 092ce8844..2fe0da60c 100644 --- a/.github/workflows/wheel_macos_arm64.yml +++ b/.github/workflows/wheel_macos_arm64.yml @@ -126,7 +126,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/wheel_macos_x86_64.yml b/.github/workflows/wheel_macos_x86_64.yml index 74a35f5aa..f5e61b1f6 100644 --- a/.github/workflows/wheel_macos_x86_64.yml +++ b/.github/workflows/wheel_macos_x86_64.yml @@ -184,7 +184,7 @@ jobs: - uses: actions/upload-artifact@v4 if: | - github.event_name == 'release' || + github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || steps.rc_build.outputs.match != ''