From 08b95ebb9fb74e0671cfc2d313ad52a048cdc651 Mon Sep 17 00:00:00 2001 From: stepan_romankov Date: Tue, 28 Apr 2026 16:08:59 +0200 Subject: [PATCH] ci: trigger workflow on master instead of main Default branch is master; the workflow's main filter meant CI never ran on push or pull_request. Switching to master so the badge reflects real status. Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 cf5ac45..ce79318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] jobs: test: