2023-06-25 04:56:31 +00:00
|
|
|
name: Build/Publish
|
|
|
|
|
2023-06-25 05:02:53 +00:00
|
|
|
on:
|
2023-06-25 06:34:07 +00:00
|
|
|
workflow_dispatch:
|
2023-06-25 07:28:04 +00:00
|
|
|
inputs:
|
|
|
|
debug_enabled:
|
|
|
|
description: Debug
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2023-06-25 05:02:53 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- develop
|
|
|
|
- develop-*
|
|
|
|
|
2023-06-25 04:56:31 +00:00
|
|
|
jobs:
|
|
|
|
main:
|
2023-06-25 04:59:01 +00:00
|
|
|
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
2023-06-25 04:56:31 +00:00
|
|
|
secrets: inherit
|