ci: add debug_enabled

This commit is contained in:
Derrick Hammer 2023-06-25 03:28:04 -04:00
parent f439300cb9
commit 81f33c272a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ name: Build/Publish
on:
workflow_dispatch:
inputs:
debug_enabled:
description: Debug
type: boolean
default: false
push:
branches:
- master