From e83d26372effe2ffe3cc1df09aa4ab2d2240ab2e Mon Sep 17 00:00:00 2001 From: Utku <74243531+utkubakir@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:36:16 +0300 Subject: [PATCH] Roadmap (#692) * update roadmap * add android & ios to footer * Limit CI to run only when needed * fix paths-ignore syntax * update key manager description --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/mobile-ci.yml | 12 +++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07e796794..b1477fb1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,14 @@ name: CI on: - pull_request: push: branches: - main + pull_request: paths-ignore: - - '**/.md' + - 'docs/**' + - '.cspell/**' + - '.vscode/**' workflow_dispatch: env: diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index 9e35aa159..0429a66d6 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -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: