Skip to content

Fix workflow name

Fix workflow name #2

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