diff --git a/.gitea/workflows/sync-from-mirror.yaml b/.gitea/workflows/sync-from-mirror.yaml index c010110..a35fe0a 100644 --- a/.gitea/workflows/sync-from-mirror.yaml +++ b/.gitea/workflows/sync-from-mirror.yaml @@ -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