feat(ci): enable ci at pull request

This commit is contained in:
Percy Hong
2020-11-18 11:17:02 +08:00
committed by Gary Wang
parent 5e81556c56
commit 5080a499ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: macOS CI
on: [push]
on: [push, pull_request]
jobs:
build:
+1 -1
View File
@@ -1,6 +1,6 @@
name: Ubuntu 20.04 CI
on: [push]
on: [push, pull_request]
jobs:
build: