diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 000000000..642b24cfa --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,14 @@ +name: Main Mirror + +on: + push: + branches: ['master'] + +jobs: + mirror: + runs-on: ubuntu-latest + + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: main