Merge #1880 Fix typo and disable windows job temporarily #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |