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
|
name: checks
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
- push:
|
- push
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPROXY: https://goproxy.io,direct
|
GOPROXY: https://goproxy.io,direct
|
||||||
|
|
Loading…
Reference in a new issue