Skip to content

Merge 4.9.1 into 4.10.0 (#469) #68

Merge 4.9.1 into 4.10.0 (#469)

Merge 4.9.1 into 4.10.0 (#469) #68

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