update workflow to put branch references into quotes and add Develop branch
All checks were successful
Build Dev instance / build (push) Successful in 1m8s

This commit is contained in:
2026-03-06 05:51:56 +11:00
parent 04e9a5f303
commit 97a742fa22

View File

@@ -2,7 +2,7 @@ name: Auto-Sync from Mirror
on: on:
push: push:
repository: "Pluralflux/Pluralflux" repository: "Pluralflux/Pluralflux"
branches: [main,develop] branches: ['main', 'Develop', 'develop']
workflow_dispatch: workflow_dispatch: