From 789c4cf2c9ca26386ad14618781e4d093da409e5 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sun, 8 Mar 2026 12:35:28 +0100 Subject: [PATCH] chore: changed runner on pull request --- .gitea/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index 6ea3fcb..d564d3b 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -1,7 +1,7 @@ name: Coding Quality on: - push: + pull_request: branches: - main