From 148ef0a939d3868c6935a109765cf248a81bb03f Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Fri, 17 May 2024 14:55:16 -0400 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: