From 79fc63d23b302c4cb9fdc3c36bd31ecfbcc32503 Mon Sep 17 00:00:00 2001 From: Claudia Date: Thu, 5 Mar 2026 16:44:02 +1100 Subject: [PATCH] Update .gitea/workflows/sync-from-mirror.yaml --- .gitea/workflows/sync-from-mirror.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync-from-mirror.yaml b/.gitea/workflows/sync-from-mirror.yaml index b9abbd9..ca1fd5d 100644 --- a/.gitea/workflows/sync-from-mirror.yaml +++ b/.gitea/workflows/sync-from-mirror.yaml @@ -2,7 +2,7 @@ name: Auto-Sync from Mirror on: push: repository: "Pluralflux/Pluralflux" - branches: [main,develop] + branches: ["*"] workflow_dispatch: @@ -20,7 +20,7 @@ jobs: run: | git remote add upstream https://engineering.sanya.gay/PluralFlux/PluralFlux.git git fetch upstream --prune - git reset --hard origin/main + git push origin "refs/remotes/upstream/*:refs/heads/*" --force-with-lease git merge upstream/main -m "Syncing from github" git push origin main \ No newline at end of file