mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-15 19:42:25 -04:00
Add github manual trigger for master build
This commit is contained in:
parent
80b85e648f
commit
09a0c4cb02
13
.github/workflows/master-build.yml
vendored
13
.github/workflows/master-build.yml
vendored
@ -11,6 +11,19 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
logLevel:
|
||||||
|
description: 'Log level'
|
||||||
|
required: true
|
||||||
|
default: 'warning'
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- info
|
||||||
|
- warning
|
||||||
|
- debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tox:
|
tox:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user