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 }}