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]