From 0f153c8bb394867ff985dd075b7e48964891b932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Wed, 6 May 2026 01:10:13 +0200 Subject: [PATCH] Enable gotests workflow execution for default branch --- workflows_examples/gotests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflows_examples/gotests.yaml b/workflows_examples/gotests.yaml index 90e5d7b..c221e18 100644 --- a/workflows_examples/gotests.yaml +++ b/workflows_examples/gotests.yaml @@ -2,6 +2,8 @@ name: Go tests on: pull_request: + push: + branches: [main, master] jobs: gotests: