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
This commit is contained in:
Dalton Hubble
2022-07-29 22:07:32 -07:00
parent 1f96cd36b2
commit ed5ec02649

View File

@@ -1,11 +1,6 @@
name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: go