From 1a3a5f31bad2378120b17f8eed758cbc4691c4db Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Wed, 16 Apr 2025 15:48:59 -0400 Subject: [PATCH] Never gonna say goodbye (#6) Reviewed-on: https://gitea.siteworxpro.com/rrise/reloading-manager/pulls/6 Co-authored-by: Ron Rise Co-committed-by: Ron Rise --- .gitea/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 7c9ae44..8cd05a5 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,5 +1,7 @@ on: - - push + push: + branches: + - "*" name: Unit Tests