From ba34919b25a960c00930d64a4672d0cac24d6668 Mon Sep 17 00:00:00 2001 From: harripd Date: Tue, 28 May 2024 17:52:32 +0300 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c799ab9..0d5b307 100755 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -1,12 +1,14 @@ name: Build Wheels on: - push: - branches: - -main - pull_request: + workflow_run: + workflows: + - Test + types: + - completed branches: -main + jobs: build_wheels: name: Build wheels on ${{ matrix.os }}