Skip to content

Fix Github Actions build process dependency errors (#457) #62

Fix Github Actions build process dependency errors (#457)

Fix Github Actions build process dependency errors (#457) #62

Workflow file for this run

name: Build packages (on push)
# This workflow runs when any of the following occur:
# - On push to branches named after ci/*
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- "ci/*"
jobs:
call-build-workflow:
uses: ./.github/workflows/build.yml
secrets: inherit