From 793ca65ff95a2718b86f5764ab9fcf4cf9d673b8 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Fri, 11 Oct 2024 10:21:07 +0200 Subject: [PATCH] CI fix --- .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 5cbda26..d90cbc8 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: