Skip to content

Commit

Permalink
release pipeline on push
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Sep 1, 2024
1 parent 08e4df5 commit c1ddf03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Release
on:
push:
branches:
- vite-electron-builder
workflow_call:
inputs:
dry-run:
description: 'Compiles the app but not upload artifacts to distribution server'
default: false
# TODO: default: false
default: true
required: false
type: boolean

Expand Down

0 comments on commit c1ddf03

Please sign in to comment.