From 1ebb7dc493b5560091d7f409ac10c4b4e3c17451 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 24 Jul 2026 18:42:45 +0200 Subject: [PATCH] ci: run ci on every push to non-main --- .gitea/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fa6220e..c7568de 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,7 +1,9 @@ name: CI on: - pull_request: + push: + branches-ignore: + - main jobs: test: -- 2.52.0