Skip to content

Fixing breadboard importer crash for Joel with < 10 spectra in zip, a… #175

Fixing breadboard importer crash for Joel with < 10 spectra in zip, a…

Fixing breadboard importer crash for Joel with < 10 spectra in zip, a… #175

Workflow file for this run

name: Core Development
on:
push:
branches:
- development
workflow_dispatch:
inputs:
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
jobs:
prerelease:
uses: ./.github/workflows/main.yml
with:
version_format: '${major}.${minor}.${patch}-prerelease.${increment}'
secrets: inherit