chore: workflows
This commit is contained in:
1
.github/workflows/desktop.dev.yml
vendored
1
.github/workflows/desktop.dev.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- develop
|
||||
paths:
|
||||
- packages/desktop/**
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -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')"
|
||||
Reference in New Issue
Block a user