From c1304140325d7aab52500aa34ceee7930100d0bd Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 2 May 2023 11:26:48 +0200 Subject: [PATCH] workflows/mirror: remove (#10135) --- .github/workflows/mirror.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index 02ad369b2..000000000 --- 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