remove restriction to run unit tests on main

pull/19/head
Earl Warren 2023-04-04 12:25:36 +02:00
parent 419989c422
commit 45fcb8164f
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 2 deletions

View File

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