mirror of https://code.forgejo.org/forgejo/runner
remove restriction to run unit tests on main
parent
419989c422
commit
45fcb8164f
|
@ -1,8 +1,7 @@
|
|||
name: checks
|
||||
on:
|
||||
- pull_request
|
||||
- push:
|
||||
branches: [main]
|
||||
- push
|
||||
|
||||
env:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
|
|
Loading…
Reference in New Issue