From: Matt Joiner Date: Mon, 1 Nov 2021 00:45:08 +0000 (+1100) Subject: Run Go GitHub action on all branches X-Git-Tag: v1.35.0~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=70d15d405ccd4c94458e3a4ac38be35435c09247;p=btrtrc.git Run Go GitHub action on all branches --- 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: