From 0cb2c00f439032a6c70bde2a10faa56d2f7a7577 Mon Sep 17 00:00:00 2001 From: ianshaloom Date: Fri, 13 Mar 2026 21:44:18 +0300 Subject: [PATCH] fix(ci): update branch pattern in CI workflow Changed the branch pattern in the CI workflow from a specific feature branch to a wildcard pattern ("**") for broader applicability. This adjustment is part of ongoing testing and refinement of the CI process. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c57277f..39d2dbe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - feat #"**" # TODO: change to "**" after testing + - "**" # TODO: change to "**" after testing jobs: ci: