From 0950557182dad7b979116f2f5485e5a9427228ef Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 30 Jun 2023 01:16:34 -0400 Subject: [PATCH] ci: add ci config --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..541a38e --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,19 @@ +name: Build/Publish + +on: + workflow_dispatch: + inputs: + debug_enabled: + description: Debug + type: boolean + default: false + push: + branches: + - master + - develop + - develop-* + +jobs: + main: + uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master + secrets: inherit