Skip to content

Merge #1881 Allow solver benchmark without reinitialization #56

Merge #1881 Allow solver benchmark without reinitialization

Merge #1881 Allow solver benchmark without reinitialization #56

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