From e4584b1cfd96c1b68543fd333c7c90e796270f59 Mon Sep 17 00:00:00 2001 From: David Wetmore <167476544+dwetmore@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:53:00 -0500 Subject: [PATCH] Limit CI to main branch pushes --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79e4add..0a1d6f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ["**"] + branches: + - main pull_request: jobs: