* 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:
Utku
2023-04-12 05:36:16 +03:00
committed by GitHub
parent 5bc234ae87
commit e83d26372e
2 changed files with 13 additions and 5 deletions

View File

@@ -1,12 +1,14 @@
name: CI
on:
pull_request:
push:
branches:
- main
pull_request:
paths-ignore:
- '**/.md'
- 'docs/**'
- '.cspell/**'
- '.vscode/**'
workflow_dispatch:
env:

View File

@@ -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: