diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e2b34cab..849adb9e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -2,9 +2,9 @@ name: Build WhiteboxTools on: workflow_dispatch: - # push: - # branches: - # - main # Adjust to match your primary branch name + push: + branches: + - master # Adjust to match your primary branch name jobs: build: