run actions on pull-requests too

This commit is contained in:
BuckarooBanzay 2020-08-31 07:43:19 +02:00
parent 7fc9966945
commit 502eb142da
2 changed files with 2 additions and 2 deletions

View File

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

View File

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