From 763c4ab6c8014cc050148ab61f266f9a605c9366 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 19 Nov 2025 02:19:54 -0800 Subject: [PATCH] rename main->master --- .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 277548c..64ae033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ permissions: on: pull_request: - branches: [main] + branches: [master] push: - branches: [main] + branches: [master] jobs: test: