Skip to content

Merge #1923 improve ginkgo cmake information #58

Merge #1923 improve ginkgo cmake information

Merge #1923 improve ginkgo cmake information #58

Workflow file for this run

name: Mirroring-Major
# Always mirror the repo on the major branches
on:
push:
branches:
- 'main'
- 'master'
- 'develop'
- 'release/**'
tags:
- '**'
jobs:
mirror:
name: mirror
uses: ./.github/workflows/mirror.yml
secrets: inherit