From 1a511e32cc6f5b116f71f474c5a645cfc17c8f71 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:34:16 +0000 Subject: [PATCH 1/2] Initial plan From 175fe63be8cfc78b485f14cec23fc68539b644ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:36:19 +0000 Subject: [PATCH 2/2] Fix duplicate CI checks by restricting push events to master branch Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b7956..cf39eb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: jobs: build: