From 240865a6bdd3d49347ceee32a2b82a8f59ecc9b6 Mon Sep 17 00:00:00 2001 From: PM Palles Date: Mon, 8 Dec 2025 11:53:42 -0500 Subject: [PATCH] fix: ci from master to main --- .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 73c828a..ab7c0aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: