mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
Roadmap (#692)
* update roadmap * add android & ios to footer * Limit CI to run only when needed * fix paths-ignore syntax * update key manager description
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -1,12 +1,14 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**/.md'
|
||||
- 'docs/**'
|
||||
- '.cspell/**'
|
||||
- '.vscode/**'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
12
.github/workflows/mobile-ci.yml
vendored
12
.github/workflows/mobile-ci.yml
vendored
@@ -1,12 +1,18 @@
|
||||
name: Mobile CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/.md'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'apps/mobile/**'
|
||||
- '.github/workflows/mobile-ci.yml'
|
||||
- 'core/**'
|
||||
- 'crates/**'
|
||||
- 'packages/assets/**'
|
||||
- 'packages/client/**'
|
||||
- 'packages/config/**'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user