diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ea73cea187b1e94a47aa9a5c86951295822c8c1d
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,21 @@
+name: Mirror to Ebrains
+
+on:
+  push:
+    branches: [ main ]
+
+
+jobs:
+  # set the job name
+  to_ebrains:
+    runs-on: ubuntu-latest
+    steps:
+
+      - name: syncmain
+        uses: wei/git-sync@v3
+
+        with:
+          source_repo: "Neural-Systems-at-UIO/PyNutil"
+          source_branch: "main"
+          destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/polarbean/PyNutil.git"
+          destination_branch: "main"