run tests on pull requests and when pushing to main

This commit is contained in:
Earl Warren 2023-04-02 21:04:08 +02:00
parent 499ee80e57
commit a06bc05fd1
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -2,6 +2,8 @@ name: checks
on:
- push
- pull_request
- push:
branches: [main]
env:
GOPROXY: https://goproxy.io,direct