feat(ci): enable ci at pull request

This commit is contained in:
Percy Hong 2020-11-17 19:29:11 +08:00 committed by Gary Wang
parent 5e81556c56
commit 5080a499ea
2 changed files with 2 additions and 2 deletions

View File

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

View File

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