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: on:
push: push:
branches: [main] branches: [main]
paths:
- 'frontend'
- 'shared-lib'
pull_request: pull_request:
branches: [main] branches: [main]
paths:
- 'frontend'
- 'shared-lib'
jobs: jobs:
build-macos: build-macos:
runs-on: macOS-latest runs-on: macOS-latest