From c86b2a5729e38e854cb3c34e13793f25011c214d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 15:09:30 +0200 Subject: [PATCH] test workfow --- .github/workflows/go-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 4cb9d86..1b1f901 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -1,7 +1,9 @@ name: Go-Tests on: - workflow_dispatch: + push: + branches: + - "**" jobs: tests: permissions: