forked from PluralFlux/PluralFlux
Update .gitea/workflows/sync-from-mirror.yaml
All checks were successful
nodeJS remote worker / build (push) Successful in 43s
All checks were successful
nodeJS remote worker / build (push) Successful in 43s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user