From 01e964345f18a66501cdc5c897a66d1274580f18 Mon Sep 17 00:00:00 2001
From: Michka Popoff <michkapopoff@gmail.com>
Date: Tue, 11 Mar 2025 21:50:24 +0100
Subject: [PATCH] ci: the main branch is called master

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f26babef..3c7a5963 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,7 +1,7 @@
 on:
   push:
     branches:
-      - main
+      - master
       - develop
   pull_request: