Skip to content

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

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

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

Workflow file for this run

name: Release Build
on:
# push:
# tags:
# - "*.*.*"
pull_request:
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