From 5c41695f7478ef27087a5d5cfef9773369931323 Mon Sep 17 00:00:00 2001 From: GeKoppe Date: Wed, 25 Mar 2026 20:25:29 +0100 Subject: [PATCH] Updated ci workflow --- .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 4588dff..2c274c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI Pipeline on: pull_request: - branches: [ "master" ] + branches: [ "main" ] push: - branches: [ "master" ] + branches: [ "main" ] jobs: test: