chore(ci): deploy app on workflow change
Some checks are pending
Checks / main (push) Waiting to run
Deploy Standalone App / Build and Deploy App (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions

This commit is contained in:
Elian Doran 2026-01-30 07:55:21 +02:00
parent bc5b9708c7
commit 82c435b916
No known key found for this signature in database

View File

@ -5,11 +5,12 @@ on:
push:
branches:
- standalone
# Only run when docs files change
# Only run when app files change
paths:
- 'apps/client/**'
- 'apps/client-standalone/**'
- 'packages/trilium-core/**'
- '.github/workflows/deploy-app.yml'
# Allow manual triggering from Actions tab
workflow_dispatch:
@ -20,6 +21,7 @@ on:
- 'apps/client/**'
- 'apps/client-standalone/**'
- 'packages/trilium-core/**'
- '.github/workflows/deploy-app.yml'
jobs:
build-and-deploy:
name: Build and Deploy App