From df23a5e28880e2e4baf262d4f3e465a9f78729c6 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Mon, 11 Sep 2023 17:58:21 +0200 Subject: [PATCH] Fix workflow for building wheels --- .github/workflows/build-wheels,yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-wheels,yml b/.github/workflows/build-wheels,yml index 48eb3705d..ee676147c 100644 --- a/.github/workflows/build-wheels,yml +++ b/.github/workflows/build-wheels,yml @@ -1,17 +1,17 @@ -name: Build Python wheels and make release +name: Build Python wheels and make a release on: workflow_dispatch: pull_request: push: paths: - - '.github/workflows/**' - - 'include/**' - - 'scripts/**' - - 'src/**' - - 'CMakeLists.txt' - - 'setup.py' - - 'pyproject.toml' + - '.github/workflows/**' + - 'include/**' + - 'scripts/**' + - 'src/**' + - 'CMakeLists.txt' + - 'setup.py' + - 'pyproject.toml' branches: [master] release: types: [published]