Update .gitea/workflows/sync-from-mirror.yaml
All checks were successful
nodeJS remote worker / build (push) Successful in 43s

This commit is contained in:
2026-02-28 17:50:17 +11:00
parent c16b397cfa
commit 7d438b1492

View File

@@ -1,12 +1,12 @@
name: Auto-Sync from Mirror
on:
# This triggers when the MIRROR repo gets an update
push:
repository: "Pluralflux/Pluralflux"
branches: [main,develop]
jobs:
sync:
runs-on: ubuntu-latest # Your local gitea runner
runs-on: ubuntu-latest
steps:
- name: Checkout Fork
uses: actions/checkout@v4