Also run linters and tests on PRs

This commit is contained in:
Alexander Neumann 2020-09-13 11:16:17 +02:00
parent 6e44ec0763
commit 6367043b2c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: Style Checkers
on: [push]
on: [push, pull_request]
jobs:
build:
name: Check

View file

@ -1,5 +1,5 @@
name: Build and tests
on: [push]
on: [push, pull_request]
jobs:
build:
name: Build