Merge branches 'binary_type' and 'develop' of https://github.com/nlohmann/json into binary_type

This commit is contained in:
Niels Lohmann 2020-05-19 13:10:35 +02:00
commit 86b053e916
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: