Skip to content

Commit

Permalink
ci: add manual trigger to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Jun 23, 2024
1 parent 3f4b7a1 commit a6c0898
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Release

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'info'
environment:
description: 'Environment'
required: false
push:
branches:
- main
Expand Down

0 comments on commit a6c0898

Please sign in to comment.