diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000000..059742ab14 --- /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