mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
15 lines
No EOL
282 B
YAML
15 lines
No EOL
282 B
YAML
name: Desktop Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*standardnotes/*web*'
|
|
- '!*standardnotes/*inner-desktop*'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Build:
|
|
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
|
|
secrets: inherit
|
|
with:
|
|
channel: prod |