From 4408c153d2756fd7204311beab3ce9818c39df0f Mon Sep 17 00:00:00 2001 From: Ivers Date: Tue, 7 Jul 2026 16:06:10 -0400 Subject: [PATCH 1/2] Fixed the ci to have the correct branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2d01b4..72f6f45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: pull_request: - branches: [main] + branches: [master] jobs: tests: From 85ef1db921a52611a670b0bd82942056beeaa76a Mon Sep 17 00:00:00 2001 From: Vince-maple-byte <73848683+Vince-maple-byte@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:22:45 -0400 Subject: [PATCH 2/2] Hopefully this fixes the ci pipeline. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72f6f45..b47cb1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,6 @@ on: branches: [master] jobs: - tests: name: Tests runs-on: ubuntu-latest