From 88f69b1935498d343ceb58df440ca7e661a34073 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 15:08:31 +0200 Subject: [PATCH] test workfow --- .github/workflows/go-test.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 5e84e73..4cb9d86 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -1,16 +1,7 @@ name: Go-Tests on: - pull_request: - types: [opened, synchronize, reopened] - branches: - - master - - main - push: - branches: - - master - - main - - "releases/**" + workflow_dispatch: jobs: tests: permissions: