From 4a14d1061404c50b71a8cc3a6334172d78b32792 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 20 Aug 2024 15:49:45 -0600 Subject: [PATCH] Update build_macos.yml --- .github/workflows/build_macos.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index b66c580bfb..2ca9691559 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -1,7 +1,10 @@ name: Build and test on MacOS on: - workflow_dispatch + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: