From 26feb2513965cf925e74d5b0a5ecb8e0b0472eaf Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 25 Jun 2026 08:43:48 -0700 Subject: [PATCH] macos CI: test on push to release branches only (#1672) Signed-off-by: Steve Peters (cherry picked from commit ed54622a246d4dbe7bf0dabf7b3ccb8c7d8f675b) --- .github/workflows/macos.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 78463180d..283852429 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,6 +1,11 @@ name: macOS latest -on: [push, pull_request] +on: + pull_request: + push: + branches: + - 'sdf[1-9]?[0-9]' + - 'main' jobs: build: