Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Merge pull request #718 from senior-zero/enh-main/github/select_sm90_… #273

Merge pull request #718 from senior-zero/enh-main/github/select_sm90_…

Merge pull request #718 from senior-zero/enh-main/github/select_sm90_… #273

on:
push:
branches:
- "main"
jobs:
mirror-main-branch-to-master-branch:
name: Mirror main branch to master branch
runs-on: ubuntu-latest
steps:
- name: Mirror main branch to master branch
id: mirror
uses: google/mirror-branch-action@v1.0
with:
source: "main"
dest: "master"
github-token: ${{ secrets.GITHUB_TOKEN }}