From c56a77d32c2d3fa8cda2908d3de1e4d53518c266 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Tue, 13 May 2025 20:41:54 -0400 Subject: [PATCH] The last time I tried this the monkey didn't survive. Let's hope it works better this time. --- .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 1c465c3..6ca85b6 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,5 +1,7 @@ on: - push: {} + push: + branches: + - "*" name: 🧪✨ Tests Workflow