Skip to content

Merge #1817 avoid CI when only changes files in doc/ #1

Merge #1817 avoid CI when only changes files in doc/

Merge #1817 avoid CI when only changes files in doc/ #1

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