github/workflows: hook also pull_request

This commit is contained in:
Koichi Shiraishi 2020-10-07 01:53:36 +09:00
parent 02e7dbb187
commit 09cf542962
No known key found for this signature in database
GPG Key ID: A71DFD3B4DA7A79B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Go
on: [push]
on: [push, pull_request]
jobs:
build:
name: Test