Run format checker on pull requests too

This commit is contained in:
Rasmus Karlsson 2019-11-16 12:00:21 +01:00
parent e3d3f12425
commit 624c578b06

View file

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