diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..b116389 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,15 @@ +name: 🪞 Repository Mirrors + +on: + push: + branches: + - main + - dev + +jobs: + mirror: + if: github.repository == 'loreddev/eslit' + uses: loreddev/.github/.github/workflows/mirrors.yml@main + secrets: inherit + with: + codeberg-repo: https://codeberg.org/LoredDev/ESLit