remove restriction to run unit tests on main
This commit is contained in:
parent
419989c422
commit
45fcb8164f
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
name: checks
|
||||
on:
|
||||
- pull_request
|
||||
- push:
|
||||
branches: [main]
|
||||
- push
|
||||
|
||||
env:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
|
|
Loading…
Reference in a new issue