chore: enable ci for pull_requests
This commit is contained in:
parent
3025d38d3e
commit
7f68a114ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Go
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue