mirror of https://github.com/goccy/go-json.git
github/workflows: hook also pull_request
This commit is contained in:
parent
02e7dbb187
commit
09cf542962
|
@ -1,5 +1,5 @@
|
||||||
name: Go
|
name: Go
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Reference in New Issue