15 lines
231 B
YAML
15 lines
231 B
YAML
name: "Mirror .github"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
- "dev"
|
|
|
|
jobs:
|
|
mirror:
|
|
uses: ./.github/workflows/mirrors.yml
|
|
secrets: inherit
|
|
with:
|
|
codeberg-repo: https://codeberg.org/LoredDev/.codeberg
|