remove test restrictions

This commit is contained in:
Hayden 2022-09-03 18:53:35 -08:00
parent 3c1285096c
commit 4cebb81c29

View file

@ -3,12 +3,8 @@ name: Go Build/Test
on:
push:
branches: [main]
paths:
- "**.go"
pull_request:
branches: [main]
paths:
- "**.go"
jobs:
Go: