From 4741eecd81b93df75bb1c1d9561f1364d43299a8 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 1 Feb 2024 17:19:54 +0100 Subject: [PATCH] test --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c985ed734..5348e20a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Go on: push: - branches: [ main ] + branches: '*' pull_request: branches: [ main ]