chore: workflow glob pattern
This commit is contained in:
14
.github/workflows/desktop.tags-proto.yml
vendored
Normal file
14
.github/workflows/desktop.tags-proto.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Desktop Beta Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
|
||||
secrets: inherit
|
||||
with:
|
||||
channel: beta
|
||||
Reference in New Issue
Block a user