From ee2a53a44712c8a0e95da6121f84be8dda323dda Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 17:15:14 +0200 Subject: [PATCH] Change events --- .gitea/workflows/go-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 4fcc4cc..ee4e4e3 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -1,13 +1,15 @@ name: Go-Tests on: + workflow_dispatch: pull_request: types: - opened - edited push: branches: - - "**" + - "master" + - "main" env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}