run tests on PR's

This commit is contained in:
Thomas Rudin 2020-01-13 17:33:06 +01:00
parent 4fb8d6f7e0
commit 152d01f6c4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: go-test
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@ -1,6 +1,6 @@
name: jshint
on: [push]
on: [push, pull_request]
jobs:
build: