From c9d6a3d28b97da3fd5051f229c358c4088a135c5 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Fri, 6 Feb 2026 17:30:32 -0500 Subject: [PATCH] update branch pattern in tests.yml to allow nested branches --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 904ad7c..7958fc9 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,7 +1,7 @@ on: push: branches: - - "*" + - "**" name: 🧪 ✨ Unit Tests Workflow