Update CI config

This commit is contained in:
Victor Zverovich 2020-11-03 16:01:26 -08:00
parent 1689e73e90
commit bcab36da3f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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