feat(ci): enable ci at pull request
This commit is contained in:
parent
5e81556c56
commit
5080a499ea
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: macOS CI
|
name: macOS CI
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Ubuntu 20.04 CI
|
name: Ubuntu 20.04 CI
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user