From d967449889184222dc169390e2c69074dc625224 Mon Sep 17 00:00:00 2001 From: Konstantin Hintermayer Date: Wed, 14 May 2025 21:50:56 +0200 Subject: [PATCH] CI: Add CI branch as trigger for testing --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58bbf36..d950e2b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,9 +2,11 @@ on: push: branches: - main + - ci pull_request: branches: - main + - ci jobs: build: