15 lines
272 B
YAML
15 lines
272 B
YAML
name: Desktop Beta Release
|
|
|
|
on:
|
|
push:
|
|
branches: [ develop ]
|
|
paths:
|
|
- packages/desktop/**
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Build:
|
|
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
|
|
secrets: inherit
|
|
with:
|
|
channel: beta |