2023-06-30 08:45:20 +00:00
|
|
|
name: Build/Publish
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- develop
|
|
|
|
- develop-*
|
2023-06-30 10:10:46 +00:00
|
|
|
|
2023-06-30 08:45:20 +00:00
|
|
|
jobs:
|
|
|
|
main:
|
|
|
|
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
|
|
|
secrets: inherit
|