Update ci.yaml

This commit is contained in:
AppFlowy.IO 2021-12-01 17:03:26 +08:00 committed by GitHub
parent 8259752958
commit aa86a44af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,14 @@ name: CI
on:
push:
branches: [main]
paths:
- 'frontend'
- 'shared-lib'
pull_request:
branches: [main]
paths:
- 'frontend'
- 'shared-lib'
jobs:
build-macos:
runs-on: macOS-latest