From 79c28503f6ad9b9b148ac888b375f39cae3a19da 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 d9ae715fd..9c6acd432 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: