From 19fc226454b15b5e5de194ef330d5cbb23fbd74a Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 15:27:22 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 702ab9ed..aa48edd3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,7 +1,8 @@ name: Run CI Tests -on: - branches: [test_actions_on_utils] +on: + push: + branches: [test_actions_on_utils] pull_request: jobs: