gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git

← Commits

👷 (ci): Mirror only on pushes to main

2a37325385944fabeb451e9d4ad39229b47bf9e4 · Michael Hainz · 2026-07-08T11:34:16Z

Changes

2 files changed, +4 -2

MODIFY .github/workflows/mirror.yml +2 -0
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index 835d103..600171f 100644
--- a/.github/workflows/mirror.yml
+++ b/.github/workflows/mirror.yml
@@ -2,6 +2,8 @@
2 2
3 3 on:
4 4 push:
5 + branches:
6 + - main
5 7 workflow_dispatch:
6 8
7 9 jobs:
MODIFY README.md +2 -2
diff --git a/README.md b/README.md
index 79ec5a1..a540ff4 100644
--- a/README.md
+++ b/README.md
@@ -133,5 +133,5 @@
133 133 JVM container image to GHCR.
134 134 - `.github/workflows/native.yml` — native build + integration tests on every push/PR.
135 135 - `.github/workflows/mirror.yml` — mirrors all branches and tags to
136 - `https://gitshark.ha1nz.de/git/miggi/GitShark.git` on every push (force + prune; auth via
137 - `GITSHARK_TOKEN` repository secret holding a GitShark access token).
136 + `https://gitshark.ha1nz.de/git/miggi/GitShark.git` on every push to `main` (force + prune;
137 + auth via `GITSHARK_TOKEN` repository secret holding a GitShark access token).

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog