run tests on pull requests and when pushing to main

pull/11/head
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
1 changed files with 2 additions and 0 deletions

View File

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