chore: workflows

This commit is contained in:
Mo
2022-06-09 11:42:40 -05:00
parent 3a152643e4
commit 569736b346
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ on:
- develop
paths:
- packages/desktop/**
workflow_dispatch:
jobs:
build:

View File

@@ -12,7 +12,7 @@ jobs:
android:
defaults:
run:
working-directory: ./packages/mobile
working-directory: packages/mobile
runs-on: ubuntu-latest
timeout-minutes: 45
if: "!contains(github.event.head_commit.message, 'skip ci')"