From df856625091471c70d73e83235a9f3221811a144 Mon Sep 17 00:00:00 2001 From: George Date: Sat, 25 Jul 2026 17:01:27 +0200 Subject: [PATCH] Avoid duplicate CI runs --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a1c86..178f363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,11 @@ name: CI on: pull_request: + branches: + - main push: branches: - main - - "feature/**" - - "fix/**" - - "hotfix/**" - - "refactor/**" jobs: build_test_pack: