Run build and test actions on pull_requests too

Signed-off-by: Patrick Rathje <git@patrickrathje.de>
This commit is contained in:
Patrick Rathje 2021-07-23 11:45:07 +02:00
parent ca90702af6
commit b4b7d925f7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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