chore: reusable desktop workflow
This commit is contained in:
15
.github/workflows/desktop.release.prod.yml
vendored
Normal file
15
.github/workflows/desktop.release.prod.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Desktop Prod Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- packages/desktop/**
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-reusable-build:
|
||||
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
channel: prod
|
||||
Reference in New Issue
Block a user