From 1e16bb53944e4c9b0a0bcd5c288d553d4441b3cc Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 12:25:07 -0400 Subject: [PATCH] testing to see if this triggers on any branch automatically... --- .github/workflows/macos_build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_build.yaml b/.github/workflows/macos_build.yaml index c86baf1..9167e63 100644 --- a/.github/workflows/macos_build.yaml +++ b/.github/workflows/macos_build.yaml @@ -2,9 +2,11 @@ name: MacOS Build on: push: - branches: [ main ] + branches: + - '**' pull_request: - branches: [ main ] + branches: + - '**' workflow_dispatch: jobs: