From e75183daf8cf5998c9229c19ad1a152081919f7b Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:55:02 -0700 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d7af6b5..e01b9ed 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -1,10 +1,11 @@ name: Build MacOS on: + workflow_dispatch: push: - branches: [ "qml" ] + branches: [ "main" ] pull_request: - branches: [ "qml" ] + branches: [ "main" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)