add spgemm_reuse to sparse_blas benchmark #644
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-Develop | |
# only mirror on the branches other than mirror-major.yml when they contain more than documentation changes | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'master' | |
- 'develop' | |
- 'release/**' | |
paths-ignore: | |
- 'doc/**' | |
jobs: | |
mirror: | |
name: mirror | |
uses: ./.github/workflows/mirror.yml | |
secrets: inherit |