Skip to content

Merge #1926 Fix CUDA 13 build issue #59

Merge #1926 Fix CUDA 13 build issue

Merge #1926 Fix CUDA 13 build issue #59

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