From 541fb2490757a0f0482eecdf11ada75c78046123 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 17:14:31 -0500 Subject: [PATCH] chore: workflow glob pattern --- .github/workflows/desktop.tags-proto.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/desktop.tags-proto.yml diff --git a/.github/workflows/desktop.tags-proto.yml b/.github/workflows/desktop.tags-proto.yml new file mode 100644 index 000000000..2240f1db2 --- /dev/null +++ b/.github/workflows/desktop.tags-proto.yml @@ -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 \ No newline at end of file