mirror of
https://github.com/zadam/trilium.git
synced 2026-02-21 05:04:24 +01:00
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
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:
parent
bc5b9708c7
commit
82c435b916
4
.github/workflows/deploy-app.yml
vendored
4
.github/workflows/deploy-app.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user