chore: make github action run on pull request
parent
4eef3542d7
commit
0df600b2f6
|
@ -1,6 +1,6 @@
|
|||
name: Go
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue