Add github manual trigger for master build

This commit is contained in:
Hemna 2023-06-22 10:03:39 -04:00
parent 80b85e648f
commit 09a0c4cb02
1 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,19 @@ on:
pull_request:
branches:
- "master"
workflow_dispatch:
inputs:
branches:
- "master"
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
jobs:
tox: