Skip to content

Instantly share code, notes, and snippets.

View ebarooni's full-sized avatar
💻
Coding

Ehsan Barooni ebarooni

💻
Coding
View GitHub Profile
@ebarooni
ebarooni / mirror-on-push.yml
Last active December 5, 2025 01:40
A GitHub workflow to mirror a repository to a different remote on push
name: Mirror
on:
push:
branches:
# or restrict to a specific branch (e.g. main)
- "**"
jobs:
mirror: