From 97a742fa22077993fb73e5338099fd5c080344e7 Mon Sep 17 00:00:00 2001 From: Aster Date: Fri, 6 Mar 2026 05:51:56 +1100 Subject: [PATCH] update workflow to put branch references into quotes and add Develop branch --- .gitea/workflows/sync-from-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-from-mirror.yaml b/.gitea/workflows/sync-from-mirror.yaml index b9abbd9..e318c12 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: ['main', 'Develop', 'develop'] workflow_dispatch: