From a6b0a1bc95fa1b5292e3e4589ccb6ba2e4fa815a Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 31 May 2026 14:02:25 +0200 Subject: [PATCH] Remove main-to-master-sync workflow (upstream cruft; fork uses main) --- .github/workflows/main-to-master-sync.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/main-to-master-sync.yml diff --git a/.github/workflows/main-to-master-sync.yml b/.github/workflows/main-to-master-sync.yml deleted file mode 100644 index 424f50b3..00000000 --- a/.github/workflows/main-to-master-sync.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync Main to Master - -on: - push: - branches: - - main - -jobs: - sync: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v6 - with: - ref: main - fetch-depth: 0 - - - name: Push changes to master - run: | - git checkout -b master - git push origin +master