mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update ci.yaml
This commit is contained in:
parent
8259752958
commit
aa86a44af8
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 New Issue
Block a user