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
|
- develop
|
||||||
paths:
|
paths:
|
||||||
- packages/desktop/**
|
- packages/desktop/**
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
android:
|
android:
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./packages/mobile
|
working-directory: packages/mobile
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||||
Reference in New Issue
Block a user