Skip to content

Merge branch '4.10.2' into merge-4.10.2-into-master #71

Merge branch '4.10.2' into merge-4.10.2-into-master

Merge branch '4.10.2' into merge-4.10.2-into-master #71

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