Skip to content

feat(ci): add docker and electron build and publish to release tag pi… #1

feat(ci): add docker and electron build and publish to release tag pi…

feat(ci): add docker and electron build and publish to release tag pi… #1

Workflow file for this run

name: Main Build
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/workflow-build.yaml