Skip to content

Commit

Permalink
Added manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luk164 committed Jun 18, 2022
1 parent fa2581f commit cbbfb4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Publish"

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
release:
types: [published]

Expand Down

0 comments on commit cbbfb4a

Please sign in to comment.