mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
Update ci.yaml
This commit is contained in:
parent
8259752958
commit
aa86a44af8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue