diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index 02ad369b20..0000000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Main Mirror - -on: - push: - branches: ['main'] - -permissions: {} -jobs: - mirror: - permissions: - contents: write # to update branch - - runs-on: ubuntu-latest - - steps: - - uses: zofrex/mirror-branch@v1 - with: - target-branch: master