Skip to content

Commit 85aa410

Browse files
chadmedjannau
authored andcommitted
workflows: release-dev: add dev release workflow
Builds on every push to main and uploads the artefact to the CDN for use as the latest dev installer Signed-off-by: James Calligeros <[email protected]>
1 parent cc75e0b commit 85aa410

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release-dev.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: release-dev
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
release-dev:
10+
uses: ./.github/workflows/release.yaml
11+
with:
12+
upload-type: installer-dev

0 commit comments

Comments
 (0)