From d5247c8ec65170cdcbd1dca23858184ed369e006 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:58:19 +0000 Subject: [PATCH 1/2] Initial plan From b0d6a2a9220a0c901d7efe97cd958ab88494d63f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:59:34 +0000 Subject: [PATCH 2/2] Update branch references from master to main in deploy workflow Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com> --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8f06d0..e3c495c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,10 +3,10 @@ name: Deploy to GitHub Pages on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: build: