From a92d83a5f4ab37ddecb7178797708018116b5365 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Sun, 2 Aug 2026 14:35:50 +0200 Subject: [PATCH] fix(ci): trigger workflow on all branch pushes and fix component tests setup --- .gitea/workflows/quality-gate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index e3763de..398408d 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ['*'] + branches: + - '**' pull_request: branches: [dev, main]