Skip to content

Github action to sync master and main #3

Github action to sync master and main

Github action to sync master and main #3

Workflow file for this run

name: Sync main branch
on:
push:
branches:
- master
jobs:
mirror-to-main:
runs-on: ubuntu-latest
steps:
- uses: zofrex/mirror-branch@v1
with:
target-branch: main