Merge #1895 Fix CMake try_compile variable issue from CMP0126 #47
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 |