mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
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:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -1,11 +1,6 @@
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: go
|
||||
|
||||
Reference in New Issue
Block a user