Skip to content

Commit

Permalink
Merge pull request #156 from deggja/fix/bug_107
Browse files Browse the repository at this point in the history
ci: add manual trigger to workflow
  • Loading branch information
deggja authored Jun 23, 2024
2 parents b76a2f3 + a6c0898 commit 3621010
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 3621010

Please sign in to comment.