From ce9a53b6e2ea8034ea8c063e73717eea7d9f2be5 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 9 Nov 2024 04:52:38 +0100 Subject: [PATCH] ci: go test on push --- .github/workflows/go.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 01ddbf4..fc445e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,11 +1,8 @@ -# This workflow will build a golang project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go - name: Go on: push: - branches: [ "main","develop" ] + branches: [ "*" ] pull_request: branches: [ "main" ]