From 74c24bfec4fc3b1422ec3b259cf5b8cfa975db51 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 24 Jul 2026 18:43:54 +0200 Subject: [PATCH] ci: run ci on every push to non-main (#105) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/105 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .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: