Skip to content

Use min package name for release naming convention in workflow #6

Use min package name for release naming convention in workflow

Use min package name for release naming convention in workflow #6

Workflow file for this run

name: Build packages (on push)
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- "ci/*"
jobs:
call-build-workflow:
uses: ./.github/workflows/build.yml
secrets: inherit