From d0800442cea8e236eab63fa86f876f6fd5972254 Mon Sep 17 00:00:00 2001 From: Alex Koch Date: Fri, 23 Jan 2026 12:43:08 -0600 Subject: [PATCH] update branch targets for renaming default branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fa683..c3729f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: test: