From efa01337a575f0bfa6c849e5934de2c190562e9a Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 14 May 2026 11:09:52 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20restrict=20push=20trigger=20to=20main=20?= =?UTF-8?q?=E2=80=94=20eliminate=20duplicate=20runs=20on=20feature=20branc?= =?UTF-8?q?hes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 29bdc0c3..4d7b7764 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [main] pull_request: jobs: -- 2.49.1