ci: add debug
This commit is contained in:
parent
ec871fde52
commit
888c510d05
|
@ -6,7 +6,12 @@ on:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- develop-*
|
- develop-*
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
debug_enabled:
|
||||||
|
description: Debug
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||||
|
|
Loading…
Reference in New Issue