From 70d15d405ccd4c94458e3a4ac38be35435c09247 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 1 Nov 2021 11:45:08 +1100 Subject: [PATCH] Run Go GitHub action on all branches --- .github/workflows/go.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c8ae26bb..ebfc960a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,6 @@ name: Go -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: -- 2.48.1