From ed5ec0264940e5cc0bd71a0b0c8e648a37174f6d Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 29 Jul 2022 22:07:32 -0700 Subject: [PATCH] Fix GitHub Actions unit tests workflow * Default branch was renamed from master to main * Internal build and publishing workflows were unaffected, the GitHub Action is just for public contribution vetting --- .github/workflows/test.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 13764122..b7c7dc25 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,11 +1,6 @@ name: test on: push: - branches: - - master - pull_request: - branches: - - master jobs: build: name: go