👷 run workflows on pull requests

pull/2125/head
Niels Lohmann 2020-05-18 14:01:54 +02:00
parent 16d78a82e0
commit 5cfa8a586e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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